fix fast saving

This commit is contained in:
Thomas Ruoff
2014-05-18 00:03:16 +02:00
committed by Thomas Ruoff
parent ecb5fcbedc
commit 842c289cd7

2
vimrc
View File

@@ -124,7 +124,7 @@ set foldlevel=99
" ADDITIONAL KEY MAPPINGS " ADDITIONAL KEY MAPPINGS
" fast saving " fast saving
nmap <leader>w :up<cr> nmap <leader>w :update<cr>
" fast escaping " fast escaping
imap jj <ESC> imap jj <ESC>
" prevent accidental striking of F1 key " prevent accidental striking of F1 key