summaryrefslogtreecommitdiffstats
path: root/.vimrc
diff options
context:
space:
mode:
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc6
1 files changed, 6 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc
index 730e8ee..32ef744 100644
--- a/.vimrc
+++ b/.vimrc
@@ -136,6 +136,12 @@ inoremap <F1> <ESC>
nnoremap <F1> <ESC>
vnoremap <F1> <ESC>
+"...and when you're to speed?
+command WQ wq
+command Wq wq
+command W w
+command Q q
+
"windows changing
nnoremap <C-h> <C-W>h
nnoremap <C-j> <C-W>j