,K - Git grep up to next exclamation. Useful for ruby method grepping

This commit is contained in:
yan
2012-01-20 19:17:35 -08:00
parent 413f989dd5
commit 4a2bd58c99
3 changed files with 22 additions and 4 deletions

View File

@@ -189,7 +189,8 @@ 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)
* K - GitGrep the current word under the cursor and show results in quickfix window
* 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)
* ,hl - toggle search highlight on and off
* ,gg - GitGrep command line with a quote pretyped (close the quote yourself)