Merge pull request #421 from irrationalfab/investigate.vim

Any interest in investigate.vim?
This commit is contained in:
Yan Pritzker 2014-01-05 12:40:10 -08:00
commit 41974867e4
2 changed files with 2 additions and 0 deletions

View File

@ -187,6 +187,7 @@ of plugins above to learn more.
* `Ctrl-s` - Open related spec in a split. Similar to :A and :AV from rails.vim but is also aware of the fast_spec dir and faster to type * `Ctrl-s` - Open related spec in a split. Similar to :A and :AV from rails.vim but is also aware of the fast_spec dir and faster to type
* `,,w` (alias `,<esc>`) or `,,b` (alias `,<shift-esc>`) - EasyMotion, a vimperator style tool that highlights jump-points on the screen and lets you type to get there. * `,,w` (alias `,<esc>`) or `,,b` (alias `,<shift-esc>`) - EasyMotion, a vimperator style tool that highlights jump-points on the screen and lets you type to get there.
* `,mc` - mark this word for MultiCursor (like sublime). Use `Ctrl-n` (next), `Ctrl-p` (prev), `Ctrl-x`(skip) to add more cursors, then do normal vim things like edit the word. * `,mc` - mark this word for MultiCursor (like sublime). Use `Ctrl-n` (next), `Ctrl-p` (prev), `Ctrl-x`(skip) to add more cursors, then do normal vim things like edit the word.
* `gK` - Opens the documentation for the word under the cursor.
#### File Navigation #### File Navigation
* `,t` - CtrlP fuzzy file selector * `,t` - CtrlP fuzzy file selector

View File

@ -114,6 +114,7 @@ Bundle "terryma/vim-multiple-cursors"
"vim-misc is required for vim-session "vim-misc is required for vim-session
Bundle "xolox/vim-misc" Bundle "xolox/vim-misc"
Bundle "xolox/vim-session" Bundle "xolox/vim-session"
Bundle "Keithbsmiley/investigate.vim"
" Text objects " Text objects
Bundle "austintaylor/vim-indentobject" Bundle "austintaylor/vim-indentobject"