dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit 1019994c4d5e8472aba3cca79c336abe50df2202
parent 5e95a9e7c1346189be383b49f0eef121368597ee
Author: Alex Balgavy <alex@balgavy.eu>
Date:   Tue,  9 Mar 2021 11:13:22 +0100

vim: global commands for colorizer

Diffstat:
Mvim/vimrc | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/vim/vimrc b/vim/vimrc @@ -380,6 +380,8 @@ let g:unicoder_no_map = 1 inoremap <C-l> <Esc>:call unicoder#start(1)<CR> " colorizer {{{3 let g:colorizer_colornames = 0 +command! CH ColorHighlight +command! CC ColorClear " Schemer {{{3 " List color group nmap <C-P> <Plug>SchemerSynstack