Remove remap: za opens toggles folds

This commit is contained in:
flyingscorpio@arch-desktop 2021-01-03 01:25:53 +01:00
parent 359f05727a
commit 98f1ea1eb9

View file

@ -165,8 +165,6 @@ set foldenable " enable folding
set foldlevelstart=10 " open most folds by default (0 to 99)
set foldnestmax=10 " guard against too many nested folds
set foldmethod=syntax " fold based on filetype
" space opens and closes folds
nnoremap , za
" }}}
" MOVEMENT {{{
" move vertically by visual line (don't jump wrapped lines)