]> code.delx.au - dotfiles/commitdiff
Use C-z (unused by default) instead of C-x (used by default)
authorJames Bunton <jamesbunton@delx.net.au>
Mon, 1 Oct 2007 11:47:59 +0000 (21:47 +1000)
committerJames Bunton <jamesbunton@delx.net.au>
Mon, 1 Oct 2007 11:47:59 +0000 (21:47 +1000)
.vim/commands.vim

index ba68a2050ee008a06959cfbc37462835af27107a..11980226c26a1331bd3def8918bd73cb3c9f490c 100644 (file)
@@ -12,7 +12,7 @@ nnoremap <C-n> :next<CR>
 nnoremap <C-p> :prev<CR>
 
 " Press CTRL-X after pasting something to fix up formatting
-imap <C-x> <ESC>u:set paste<CR>.:set nopaste<CR>i
+imap <C-z> <ESC>u:set paste<CR>.:set nopaste<CR>i
 
 " Spell checking mode toggle
 function s:spell()