diff options
author | Robin Obůrka <r.oburka@gmail.com> | 2013-12-30 23:55:17 +0100 |
---|---|---|
committer | Robin Obůrka <r.oburka@gmail.com> | 2013-12-30 23:55:17 +0100 |
commit | 80413de942480e04e9f83f09b7e558d46058888d (patch) | |
tree | 26156dedcbd7ad8b28ae7fa6bf1441e7a305ff11 /.gvimrc | |
parent | Initial commit (diff) | |
download | vim_sync-80413de942480e04e9f83f09b7e558d46058888d.tar.xz |
New mapping of reformat keys
Diffstat (limited to '.gvimrc')
-rw-r--r-- | .gvimrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,5 +3,5 @@ set textwidth=80 "V pripade gvimu (psani mailu) tohle chceme zaple set spell "(Zase) Pri psani mailu chceme spellcheck uz od zacatku "Premapovano pro psani mailu - to, co by z normalniho vimrc delalo problemy -map <F3> mm/-=-=-=-<Enter>jgqG'm -imap <F3> <esc>mm/-=-=-=-<Enter>jgqG'ma +map <S-F3> mm/-=-=-=-<Enter>jgqG'm +imap <S-F3> <esc>mm/-=-=-=-<Enter>jgqG'ma |