Added tabman plugin. Use \mt to manage all tabs and windows.
This commit is contained in:
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -190,3 +190,6 @@
|
||||
[submodule "vim/bundle/tpope-vim-haml"]
|
||||
path = vim/bundle/tpope-vim-haml
|
||||
url = https://github.com/tpope/vim-haml
|
||||
[submodule "vim/bundle/kien-tabman"]
|
||||
path = vim/bundle/kien-tabman
|
||||
url = https://github.com/kien/tabman.vim
|
||||
|
||||
@@ -222,6 +222,7 @@ files contain key mappings as well (TODO: probably will move them out to skwp-ke
|
||||
* Cmd-k and Cmd-d to type underscores and dashes (use Shift), since they are so common in code but so far away from home row
|
||||
* ; instead of : - avoid Shift for common tasks, just hit semicolon to get to ex mode
|
||||
* ,. to go to last edit location instead of '. because the apostrophe is hard on the pinky
|
||||
* Cmd-' and Cmd-" to change content inside quotes
|
||||
|
||||
**Tab Navigation**
|
||||
|
||||
@@ -276,6 +277,7 @@ Included vim plugins
|
||||
* TagList - hit ,T to see a list of methods in a class (uses ctags)
|
||||
* CommandT - ,t to find a file
|
||||
* VimBookmarks - toggle an anonymous bookmark ,bb and go thru them ,bn ,bp and clear them ,bc
|
||||
* TabMan - hit \mt to see all tabs and buffers in a tree. Easy to navigate and close.
|
||||
|
||||
**Git**
|
||||
|
||||
|
||||
1
vim/bundle/kien-tabman
Submodule
1
vim/bundle/kien-tabman
Submodule
Submodule vim/bundle/kien-tabman added at a291c1fbd8
Reference in New Issue
Block a user