From aa8c72ad49e621b12c67c5afe8c7bb29538becd6 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 24 Nov 2011 15:48:37 +1300 Subject: Add another couple of frequently fat-fingered commands --- vim/vimrc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/vim/vimrc b/vim/vimrc index 15ed5fa8..774b6b79 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -75,10 +75,12 @@ set splitbelow set splitright " Typos -command WQ wq -command Wq wq command W w +command Wq wq +command WQ wq command Q q +command QA qa +command Qa qa " Whitespace set expandtab -- cgit v1.2.3