From 822c675de8f11d84d2e6d9495568f61812f2b1b5 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 17 Nov 2011 10:26:39 +1300 Subject: Add fat-finger typo commands --- vim/vimrc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/vim/vimrc b/vim/vimrc index 012ede70..2e855ba1 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -70,6 +70,12 @@ endif set splitbelow set splitright +" Typos +command WQ wq +command Wq wq +command W w +command Q q + " Whitespace set expandtab set nojoinspaces -- cgit v1.2.3