aboutsummaryrefslogtreecommitdiffhomepage
path: root/data/sisu/conf/editor-syntax-etc/vim/ftplugin/sisu.vim
diff options
context:
space:
mode:
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>