From 17f5761b6d44b68e6acde539469b9d445899becd Mon Sep 17 00:00:00 2001 From: yan Date: Tue, 3 Jan 2012 18:59:50 -0800 Subject: [PATCH] Fix typo: \gi should be \ig for indent guides --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3267dda..587e57b 100644 --- a/README.md +++ b/README.md @@ -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)