summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.vimrc5
1 files changed, 5 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc
index 3f858c4..4650aa3 100644
--- a/.vimrc
+++ b/.vimrc
@@ -132,6 +132,11 @@ inoremap KJ <ESC>
inoremap Kj <ESC>
inoremap kJ <ESC>
+"don't you hate when you accidentally hit F1?
+inoremap <F1> <ESC>
+nnoremap <F1> <ESC>
+vnoremap <F1> <ESC>
+
"windows changing
nnoremap <C-h> <C-W>h
nnoremap <C-j> <C-W>j