Added ,,F to do same as ,,f in a vertical split

This commit is contained in:
Yan Pritzker
2012-10-08 21:45:40 -07:00
parent 6ed1a6c36f
commit 90d467ab06
2 changed files with 6 additions and 2 deletions

View File

@@ -241,8 +241,9 @@ If you omit the key combo, you'll get a list of all the maps. You can do the sam
#### Search/Code Navigation
* `,f` - instantly Find definition of class (must have exuberant ctags installed)
* `,F` - same as `,f` but in a vertical split
* `,,f` - jump to Method. Same as vim's built in jump to tag, but much more aware of ruby bang_methods! and method.invocations!
* `,F` - same as ,f but in a vertical split
* `,,F` - same as `,,f` but in a vertical split
* `,gf` or `Ctrl-f` - same as vim normal gf (go to file), but in a vertical split (works with file.rb:123 line numbers also)
* `gF` - standard vim mapping, here for completeness (go to file at line number)
* `K` - GitGrep the current word under the cursor and show results in quickfix window