Added color_highlight plugin

This commit is contained in:
yan
2012-03-12 16:24:26 -05:00
parent f221a8174a
commit 96cf20c2db
3 changed files with 6 additions and 0 deletions

3
.gitmodules vendored
View File

@@ -282,3 +282,6 @@
[submodule "vim/bundle/kana-vim-arpeggio"] [submodule "vim/bundle/kana-vim-arpeggio"]
path = vim/bundle/kana-vim-arpeggio path = vim/bundle/kana-vim-arpeggio
url = https://github.com/kana/vim-arpeggio url = https://github.com/kana/vim-arpeggio
[submodule "vim/bundle/chrisbra-color_highlight"]
path = vim/bundle/chrisbra-color_highlight
url = https://github.com/chrisbra/color_highlight.git

View File

@@ -365,6 +365,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)
#### Comments #### Comments
@@ -442,6 +443,7 @@ files contain key mappings as well (TODO: probably will move them out to skwp-ke
* Gundo - visualize your undos - pretty amazing plugin. Hit ,u with my keymappings to trigger it, very user friendly * Gundo - visualize your undos - pretty amazing plugin. Hit ,u with my keymappings to trigger it, very user friendly
* slime - use ctrl-c,ctrl-c to send text to a running irb/pry/console. To start the console, you must use screen with a named session: "screen -S [name] [cmd]", ex: "screen -S pry pry" * slime - use ctrl-c,ctrl-c to send text to a running irb/pry/console. To start the console, you must use screen with a named session: "screen -S [name] [cmd]", ex: "screen -S pry pry"
* vim-indent-guides - visual indent guides, off by default * vim-indent-guides - visual indent guides, off by default
* color_highlight - use :ColorCodes to see hex colors highlighted
#### General enhancements that don't add new commands #### General enhancements that don't add new commands