diff options
author | Ralph Amissah <ralph@amissah.com> | 2007-12-08 20:18:34 +0000 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2007-12-08 20:18:34 +0000 |
commit | a4b2e0c54b0c1438f819586037c17a86dd055444 (patch) | |
tree | 38cd269b132c88e4830bfd822c6569280bad9544 /data | |
parent | changelog and version updated (diff) |
vim search and replace default set to C-@
Diffstat (limited to 'data')
-rw-r--r-- | data/sisu/conf/editor-syntax-etc/vim/ftplugin/sisu.vim | 2 |
1 files changed, 1 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..12cb5820 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 |