Fixed refrence to :ColorToggle plugin

This commit is contained in:
yan 2012-04-05 10:27:29 -07:00
parent c50f76952a
commit 430fb31361

View File

@ -361,7 +361,7 @@ files contain key mappings as well (TODO: probably will move them out to skwp-ke
* `,he` - Html Escape * `,he` - Html Escape
* `,hu` - Html Unescape * `,hu` - Html Unescape
* `Cmd-Shift-A` - align things (type a character/expression to align by, works in visual mode or by itself) * `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 * `: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` * `,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`