All Projects → kien → Tabman.vim

kien / Tabman.vim

Tab management for Vim

Labels

Projects that are alternatives of or similar to Tabman.vim

Vim Config Python Ide
Symlink the .vim dir and the .vimrc file and start kicking ass
Stars: ✭ 159 (-11.67%)
Mutual labels:  viml
Vim Argumentative
Argumentative aids with manipulating and moving between function arguments.
Stars: ✭ 169 (-6.11%)
Mutual labels:  viml
Snipmate.vim
snipMate.vim aims to be a concise vim script that implements some of TextMate's snippets features in Vim.
Stars: ✭ 2,051 (+1039.44%)
Mutual labels:  viml
Vim Operator User
Vim plugin: Define your own operator easily
Stars: ✭ 161 (-10.56%)
Mutual labels:  viml
Stackanswers.vim
Vim plugin to fetch and display answers from Stack Overflow
Stars: ✭ 165 (-8.33%)
Mutual labels:  viml
Vim Shell
Improved integration between Vim and its environment (fullscreen, open URL, background command execution)
Stars: ✭ 171 (-5%)
Mutual labels:  viml
Vim Markbar
Display all accessible marks and their surrounding lines in a collapsible sidebar.
Stars: ✭ 159 (-11.67%)
Mutual labels:  viml
Vim Lua Ftplugin
Lua file type plug-in for the Vim text editor
Stars: ✭ 178 (-1.11%)
Mutual labels:  viml
Vim Subversive
Vim plugin providing operator motions to quickly replace text
Stars: ✭ 168 (-6.67%)
Mutual labels:  viml
Vimconf
Extensive vimrc with super easy install and everything in the vimrc is explained!
Stars: ✭ 175 (-2.78%)
Mutual labels:  viml
Vim Github Comment
Comment commits on GitHub using Vim
Stars: ✭ 162 (-10%)
Mutual labels:  viml
Wordpress.vim
Vim Plugin for WordPress Development
Stars: ✭ 164 (-8.89%)
Mutual labels:  viml
Zoomwin
Zoom in/out of windows (toggle between one window and multi-window)
Stars: ✭ 173 (-3.89%)
Mutual labels:  viml
Vim Indentwise
A Vim plugin for indent-level based motion.
Stars: ✭ 160 (-11.11%)
Mutual labels:  viml
Jshint.vim
A plugin that integrates JSHint with Vim
Stars: ✭ 177 (-1.67%)
Mutual labels:  viml
Vimerl
A set of erlang plugins for VIM. This is not maintained, better use som modern fork of this!
Stars: ✭ 159 (-11.67%)
Mutual labels:  viml
Detectindent
Vim script for automatically detecting indent settings
Stars: ✭ 169 (-6.11%)
Mutual labels:  viml
Neovim Config
Neovim configuration
Stars: ✭ 180 (+0%)
Mutual labels:  viml
Vim Pipe
Send a vim buffer through a command and instantly see the output.
Stars: ✭ 178 (-1.11%)
Mutual labels:  viml
Replacewithregister
Replace text with the contents of a register.
Stars: ✭ 174 (-3.33%)
Mutual labels:  viml

tabman.vim - Tab management for Vim

This plugin provides a convenient way to navigate between tabs and the windows they contain. Features include (but not limited to) jumping to a specific window opened in another tab; closing tabs, buffers or windows anywhere without switching to them.

Screenshot:

tabman

Usage

  • Press <leader>mt or run :TMToggle to toggle TabMan.
  • Press <leader>mf or run :TMFocus to give focus to/open the TabMan window.

Options

  • Change the default mappings:

    let g:tabman_toggle = '<leader>mt'
    let g:tabman_focus  = '<leader>mf'
    
  • Change the width of the TabMan window:

    let g:tabman_width = 25
    
  • And the position:

    let g:tabman_side = 'left'
    
  • Set this to 1 to show windows created by plugins, help and quickfix:

    let g:tabman_specials = 0
    
  • Set this to 0 to disable line numbering in the TabMan window:

    let g:tabman_number = 1
    

Once TabMan’s opened, press ? for help on extra keymaps.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].