update offlineimap and vim config
This commit is contained in:
@@ -29,4 +29,4 @@ remotehost = machholz.uberspace.de
|
|||||||
remoteuser = fsfe@ext2.mehl.mx
|
remoteuser = fsfe@ext2.mehl.mx
|
||||||
sslcacertfile = /etc/ssl/certs/ca-certificates.crt
|
sslcacertfile = /etc/ssl/certs/ca-certificates.crt
|
||||||
remotepasseval = get_pass("Mail/IMAP-FSFE")
|
remotepasseval = get_pass("Mail/IMAP-FSFE")
|
||||||
maxconnections = 4
|
maxconnections = 10
|
||||||
|
|||||||
@@ -15,11 +15,11 @@ vmap <C-v> c<ESC>"+p
|
|||||||
imap <C-v> <C-r><C-o>+
|
imap <C-v> <C-r><C-o>+
|
||||||
|
|
||||||
" Reformat shortcuts
|
" Reformat shortcuts
|
||||||
nmap <F1> gqap " re-format the current paragraph correctly
|
nmap <F1> gqap " wrap paragraph
|
||||||
"nmap <F2> gqqj " format a line which is too long, and go to the next line
|
|
||||||
"nmap <F3> kgqj " merge the previous line with the current one, with a correct formatting
|
|
||||||
map! <F1> <ESC>gqapi
|
map! <F1> <ESC>gqapi
|
||||||
"map! <F2> <ESC>gqqji
|
nmap <F5> vipJ " unwrap paragraph
|
||||||
|
map! <F5> <ESC>vipJi
|
||||||
|
"nmap <F3> kgqj " merge the previous line with the current one, with a correct formatting
|
||||||
"map! <F3> <ESC>kgqji
|
"map! <F3> <ESC>kgqji
|
||||||
|
|
||||||
" Arrow left moves up line when at position 0
|
" Arrow left moves up line when at position 0
|
||||||
|
|||||||
Reference in New Issue
Block a user