From 75968b4f212f5866f380aa5783f671b501aeb1af Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Tue, 14 Feb 2012 01:02:50 +1300 Subject: More complete typo redefinitions. --- vim/vimrc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'vim') diff --git a/vim/vimrc b/vim/vimrc index d02a7d16..33ae5d41 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -105,15 +105,15 @@ set ttyfast set visualbell t_vb= " Typos -command! -bang -nargs=? E e -command! -bang -nargs=? W w +command! -bang -nargs=? -complete=file E e +command! -bang -nargs=? -complete=file W w +command! -bang -nargs=? -complete=file Wq wq +command! -bang -nargs=? -complete=file WQ wq +command! -bang Wa wa +command! -bang WA wa command! -bang Q q command! -bang QA qa command! -bang Qa qa -command! -bang Wa wa -command! -bang WA wa -command! -bang Wq wq -command! -bang WQ wq " Unmaps noremap -- cgit v1.2.3