aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2011-11-17 10:26:39 +1300
committerTom Ryder <tom@sanctum.geek.nz>2011-11-17 10:26:39 +1300
commit822c675de8f11d84d2e6d9495568f61812f2b1b5 (patch)
tree7ee6a105f1c7006eece887224cc6c150f05754a2
parentAdd git config (diff)
downloaddotfiles-822c675de8f11d84d2e6d9495568f61812f2b1b5.tar.gz
dotfiles-822c675de8f11d84d2e6d9495568f61812f2b1b5.zip
Add fat-finger typo commands
-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