diff options
author | Robin Obůrka <robin.oburka@nic.cz> | 2014-05-14 14:32:21 +0200 |
---|---|---|
committer | Robin Obůrka <robin.oburka@nic.cz> | 2014-05-14 14:32:21 +0200 |
commit | 6f5978a21907867a4471833e3d8285495350e292 (patch) | |
tree | 290f39b9314bb4ce902e675809a137c663de008f | |
parent | Change listchars characters - the old one was similar to } (diff) | |
download | vim_sync-6f5978a21907867a4471833e3d8285495350e292.tar.xz |
Add commands in vimrc
-rw-r--r-- | .vimrc | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |