From 430fb31361c4bf6b75944bd2adb8a22e2f2666bc Mon Sep 17 00:00:00 2001 From: yan Date: Thu, 5 Apr 2012 10:27:29 -0700 Subject: [PATCH] Fixed refrence to :ColorToggle plugin --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ea46ab0..340340e 100644 --- a/README.md +++ b/README.md @@ -361,7 +361,7 @@ files contain key mappings as well (TODO: probably will move them out to skwp-ke * `,he` - Html Escape * `,hu` - Html Unescape * `Cmd-Shift-A` - align things (type a character/expression to align by, works in visual mode or by itself) - * `:ColorCodes` - turn on #abc123 color highlighting (useful for css) + * `:ColorToggle` - turn on #abc123 color highlighting (useful for css) * `:gitv` - Git log browsers * `,hi` - show current Highlight group. if you don't like the color of something, use this, then use `hi! link [groupname] [anothergroupname]` in your vimrc.after to remap the color. You can see available colors using `:hi`