diff --git a/_vimrc b/_vimrc index af19c6a..56d0549 100644 --- a/_vimrc +++ b/_vimrc @@ -189,6 +189,9 @@ map :so $MYVIMRC imap <<`^a imap ยงยง +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',