From: James Bunton Date: Mon, 1 Oct 2007 11:47:59 +0000 (+1000) Subject: Use C-z (unused by default) instead of C-x (used by default) X-Git-Url: https://code.delx.au/dotfiles/commitdiff_plain/58f91cd3fe822fa67a2cae28febc2d1c3b808fce Use C-z (unused by default) instead of C-x (used by default) --- diff --git a/.vim/commands.vim b/.vim/commands.vim index ba68a20..1198022 100644 --- a/.vim/commands.vim +++ b/.vim/commands.vim @@ -12,7 +12,7 @@ nnoremap :next nnoremap :prev " Press CTRL-X after pasting something to fix up formatting -imap u:set paste.:set nopastei +imap u:set paste.:set nopastei " Spell checking mode toggle function s:spell()