aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2011-11-24 15:48:37 +1300
committerTom Ryder <tom@sanctum.geek.nz>2011-11-24 15:48:37 +1300
commitaa8c72ad49e621b12c67c5afe8c7bb29538becd6 (patch)
treeb158c0c1e9a453746bbd0d0b3a8e2e2760b71c5f /vim/vimrc
parentAdded tmux configuration, updated README (diff)
downloaddotfiles-aa8c72ad49e621b12c67c5afe8c7bb29538becd6.tar.gz
dotfiles-aa8c72ad49e621b12c67c5afe8c7bb29538becd6.zip
Add another couple of frequently fat-fingered commands
Diffstat (limited to 'vim/vimrc')
-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