From 989bbde05bb47098a8b831ca4283fe28e7371b3d Mon Sep 17 00:00:00 2001 From: Siphalor Date: Wed, 13 Jul 2022 22:04:48 +0200 Subject: [PATCH] Convenience abbreviations for foldopen/foldclose --- _vimrc | 3 +++ 1 file changed, 3 insertions(+) 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',