From c312b7dd7b8e22106159adad1b29eaa32d9fcaed Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Thu, 14 Feb 2013 18:54:25 -0500 Subject: v4 (v3): vim, ftplugin & colorschemes housekeeping, scheme "def*" added * :colorscheme def256* defined from 256 colors (primarily 16 of them), terminal & gui (identical) (terminal scheme based on frugal & extended to cover gui) * :colorscheme def* cterm defined primarily using 16 colors (a few from 256) (to be usable tweak .Xdefaults) gui provided along with Xdefault settings to make cterm match this gui or def256* * sisu.vim ftplugin pruning --- data/sisu/v4/conf/editor-syntax-etc/vim/ftplugin/sisu.vim | 4 ---- 1 file changed, 4 deletions(-) (limited to 'data/sisu/v4/conf/editor-syntax-etc/vim/ftplugin/sisu.vim') diff --git a/data/sisu/v4/conf/editor-syntax-etc/vim/ftplugin/sisu.vim b/data/sisu/v4/conf/editor-syntax-etc/vim/ftplugin/sisu.vim index be3ff18f..a72251da 100644 --- a/data/sisu/v4/conf/editor-syntax-etc/vim/ftplugin/sisu.vim +++ b/data/sisu/v4/conf/editor-syntax-etc/vim/ftplugin/sisu.vim @@ -67,8 +67,6 @@ :vnoremap gk :inoremap gj :inoremap gk -"% colorscheme slate -:map :syntax on :colorscheme slate "% search and replace :map rd :.,$s///c "search and replace down :map rg :%s///c "search and replace whole file @@ -178,8 +176,6 @@ "% linenumbering, on, relative, off :map nn :set ={'00':'','01':'r','10':'nor'}[&rnu.&nu]nu "% cursorline -:highlight CursorLine guibg=black ctermbg=black -:highlight CursorColumn guibg=black ctermbg=black :map cu :if &cursorcolumn \set nocursorline nocursorcolumn \else -- cgit v1.2.3