aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vim/vimrc6
1 files changed, 6 insertions, 0 deletions
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