Skip to content

Commit

Permalink
Added color_highlight plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
skwp committed Mar 12, 2012
1 parent f221a81 commit 96cf20c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Expand Up @@ -282,3 +282,6 @@
[submodule "vim/bundle/kana-vim-arpeggio"]
path = vim/bundle/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
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -365,6 +365,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)

#### Comments

Expand Down Expand Up @@ -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
* 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
* color_highlight - use :ColorCodes to see hex colors highlighted

#### General enhancements that don't add new commands

Expand Down
1 change: 1 addition & 0 deletions vim/bundle/chrisbra-color_highlight

0 comments on commit 96cf20c

Please sign in to comment.