diff --git a/.gitmodules b/.gitmodules index 45f9b8f..5070bbe 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/README.md b/README.md index 587e57b..bc7a8fc 100644 --- a/README.md +++ b/README.md @@ -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** diff --git a/vim/bundle/kien-tabman b/vim/bundle/kien-tabman new file mode 160000 index 0000000..a291c1f --- /dev/null +++ b/vim/bundle/kien-tabman @@ -0,0 +1 @@ +Subproject commit a291c1fbd8eec4c499f7d780055c2d3b8b1a0d96