aboutsummaryrefslogtreecommitdiffhomepage
path: root/data/sisu/v4/conf/editor-syntax-etc/vim/ftplugin/sisu.vim
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2013-02-14 18:54:25 -0500
committerRalph Amissah <ralph@amissah.com>2013-02-14 18:54:25 -0500
commitc312b7dd7b8e22106159adad1b29eaa32d9fcaed (patch)
treec1a2119891e5c395ee4e02bcd9adc55491c9478d /data/sisu/v4/conf/editor-syntax-etc/vim/ftplugin/sisu.vim
parentv4 (v3): cosmetic, minor code shuffle, & remove trailing white-spaces (diff)
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
Diffstat (limited to 'data/sisu/v4/conf/editor-syntax-etc/vim/ftplugin/sisu.vim')
-rw-r--r--data/sisu/v4/conf/editor-syntax-etc/vim/ftplugin/sisu.vim4
1 files changed, 0 insertions, 4 deletions
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 <Up> gk
:inoremap <Down> <C-o>gj
:inoremap <Up> <C-o>gk
-"% colorscheme slate
-:map <C-C> :syntax on <cr> :colorscheme slate<cr>
"% search and replace
:map <leader>rd :.,$s///c "search and replace down
:map <leader>rg :%s///c "search and replace whole file
@@ -178,8 +176,6 @@
"% linenumbering, on, relative, off
:map <Leader>nn :set <c-r>={'00':'','01':'r','10':'nor'}[&rnu.&nu]<CR>nu<CR>
"% cursorline
-:highlight CursorLine guibg=black ctermbg=black
-:highlight CursorColumn guibg=black ctermbg=black
:map <leader>cu :if &cursorcolumn <Bar>
\set nocursorline nocursorcolumn <Bar>
\else <Bar>