Fix typo: \gi should be \ig for indent guides

This commit is contained in:
yan 2012-01-03 18:59:50 -08:00
parent 0f166499e9
commit 17f5761b6d

View File

@ -248,7 +248,7 @@ files contain key mappings as well (TODO: probably will move them out to skwp-ke
**Utility**
* \gi - toggle visual indentation guides
* \ig - toggle visual indentation guides
* ,cf - Copy Filename of current file into system (not vi) paste buffer
* ,cc - (Current command) copies the command under your cursor and executes it in vim. Great for testing single line changes to vimrc.
* ,yw - yank a word from anywhere within the word (so you don't have to go to the beginning of it)