Added tabman plugin. Use \mt to manage all tabs and windows.
This commit is contained in:
parent
17f5761b6d
commit
bed7aff105
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -190,3 +190,6 @@
|
|||||||
[submodule "vim/bundle/tpope-vim-haml"]
|
[submodule "vim/bundle/tpope-vim-haml"]
|
||||||
path = vim/bundle/tpope-vim-haml
|
path = vim/bundle/tpope-vim-haml
|
||||||
url = https://github.com/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
|
* 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
|
* ; 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
|
* ,. 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**
|
**Tab Navigation**
|
||||||
|
|
||||||
@ -276,6 +277,7 @@ Included vim plugins
|
|||||||
* TagList - hit ,T to see a list of methods in a class (uses ctags)
|
* TagList - hit ,T to see a list of methods in a class (uses ctags)
|
||||||
* CommandT - ,t to find a file
|
* CommandT - ,t to find a file
|
||||||
* VimBookmarks - toggle an anonymous bookmark ,bb and go thru them ,bn ,bp and clear them ,bc
|
* 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**
|
**Git**
|
||||||
|
|
||||||
|
1
vim/bundle/kien-tabman
Submodule
1
vim/bundle/kien-tabman
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit a291c1fbd8eec4c499f7d780055c2d3b8b1a0d96
|
Loading…
Reference in New Issue
Block a user