aboutsummaryrefslogtreecommitdiffhomepage
path: root/data/sisu/conf/editor-syntax-etc/vim/ftplugin/sisu.vim
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2007-12-14 21:23:07 +0000
committerRalph Amissah <ralph@amissah.com>2007-12-14 21:23:07 +0000
commitc7554406c34d1366ec57685a835a4357e3229d62 (patch)
tree43361fd34c8dce02c20a0a09056e8b8be7dd8b66 /data/sisu/conf/editor-syntax-etc/vim/ftplugin/sisu.vim
parentadded a debian/watch file (diff)
parentgpl links etc. (diff)
Merge branch 'upstream' into debian/sid
Diffstat (limited to 'data/sisu/conf/editor-syntax-etc/vim/ftplugin/sisu.vim')
-rw-r--r--data/sisu/conf/editor-syntax-etc/vim/ftplugin/sisu.vim7
1 files changed, 6 insertions, 1 deletions
diff --git a/data/sisu/conf/editor-syntax-etc/vim/ftplugin/sisu.vim b/data/sisu/conf/editor-syntax-etc/vim/ftplugin/sisu.vim
index 269530de..314dd7d2 100644
--- a/data/sisu/conf/editor-syntax-etc/vim/ftplugin/sisu.vim
+++ b/data/sisu/conf/editor-syntax-etc/vim/ftplugin/sisu.vim
@@ -77,7 +77,7 @@
"% colorscheme slate
:map <C-C> :syntax on <cr> :colorscheme slate<cr>
"% search and replace
-:map <C-?> :.,$s///c "search and replace down
+:map <C-@> :.,$s///c "search and replace down
:map <c-G> :%s///c "search and replace whole file
:map <c-X> :rubyd gsub!(//,"")
"% pwd t64 working directory set to that of the file you're editing
@@ -183,3 +183,8 @@
":command! Fp FMake ^\s*[A-Za-z0-9#]
:command! Fp FMake ^\s*\S
:command! Fo FMake ^[%\"]\s*[{>]
+"% cursorline
+:highlight CursorLine guibg=black ctermbg=black
+:highlight CursorColumn guibg=black ctermbg=black
+map <leader>cu- :set nocursorline nocursorcolumn<cr>
+map <leader>cu+ :set cursorline cursorcolumn<cr>