Added color_highlight plugin
This commit is contained in:
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
1
vim/bundle/chrisbra-color_highlight
Submodule
1
vim/bundle/chrisbra-color_highlight
Submodule
Submodule vim/bundle/chrisbra-color_highlight added at c1733d7bcf
Reference in New Issue
Block a user