Merge branch 'master' into vim-tweaks

This commit is contained in:
Kyle West
2012-01-25 16:11:37 -05:00
3 changed files with 8 additions and 1 deletions

View File

@@ -290,6 +290,7 @@ files contain key mappings as well (TODO: probably will move them out to skwp-ke
**Search/Code Navigation**
* ,f - instantly Find definition of class (must have exuberant ctags installed)
* ,F - same as ,f but in a vertical split
* K - GitGrep the current word under the cursor and show results in quickfix window
* ,K - GitGrep the current word up to next exclamation point (useful for ruby foo! methods)
* Cmd-* - highlight all occurrences of current word (similar to regular * except doesn't move)