diff options
author | Robin Obůrka <r.oburka@gmail.com> | 2015-03-09 14:10:48 +0100 |
---|---|---|
committer | Robin Obůrka <r.oburka@gmail.com> | 2015-03-09 14:10:48 +0100 |
commit | 8e344100e572bbe35e8ff48735340424a9f40082 (patch) | |
tree | d96cf3f685a04acfca6c5eeabd9504d92e69a43a | |
parent | Turn on the current line highlight (diff) | |
download | vim_sync-8e344100e572bbe35e8ff48735340424a9f40082.tar.xz |
Improve mail client settings
-rw-r--r-- | .gvimrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,3 +1,6 @@ set lines=50 columns=120 "Tohle je pro potreby gvimu, nastaveni velikosti okna set textwidth=80 "V pripade gvimu (psani mailu) tohle chceme zaple set spell "(Zase) Pri psani mailu chceme spellcheck uz od zacatku + +map <F4> :w! /tmp/mail_save<cr> +imap <F4> <esc>:w! /tmp/mail_save<cr>a |