Apple-k, Apple-K for underscores and dashes

This commit is contained in:
yan
2011-11-30 01:14:39 -08:00
parent 0fcd53f289
commit 21b60db381
2 changed files with 24 additions and 12 deletions

View File

@@ -72,7 +72,10 @@ These are things I use every day to be insanely productive. Hope you like em.
* Ctrl-\ - Show NerdTree (project finder) and expose current file
* cf - Copy Filename of current file into system (not vi) paste buffer
* // - clear the search
* ,, - use EasyMotion - type that and then type one of the highlighted letters. I'm just exploring this one.
* ,, or z,, - use EasyMotion - type that and then type one of the highlighted letters. I'm just exploring this one.
* Apple-k and Apple-K to type underscores and dashes, since they are so common in code but so far away from home row
* yw - remapped to yaw, meaning yanking a word will yank the entire word no matter where your cursor is
* W - write a file (instead of :w, saving you keystrokes for the most common vim operation)
Setup for Git
---