Convenience abbreviations for foldopen/foldclose

This commit is contained in:
2022-07-13 22:04:48 +02:00
parent 47e3c076b8
commit 989bbde05b

3
_vimrc
View File

@@ -189,6 +189,9 @@ map <S-F5> :so $MYVIMRC<Return>
imap <S-Tab> <Esc><<`^a
imap §§ <Esc>
cnoreabbrev fo foldopen
cnoreabbrev fc foldclose
for gcommand in ['Git', 'Gcd', 'Glcd', 'Gstatus', 'Gcommit', 'Gmerge', 'Gpull',
\ 'Grebase', 'Gpush', 'Gfetch', 'Grename', 'Gdelete', 'Gremove', 'Gblame', 'Gbrowse',
\ 'Ggrep', 'Glgrep', 'Glog', 'Gllog', 'Gedit', 'Gsplit', 'Gvsplit', 'Gtabedit', 'Gpedit',