aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vim/vimrc6
1 files 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