feat(folding): Support toggling of folds

This commit is contained in:
hedy
2023-10-31 20:29:06 +08:00
parent b4798a669b
commit fe34bf0613
2 changed files with 27 additions and 0 deletions

View File

@@ -30,6 +30,8 @@ M.defaults = {
code_actions = 'a',
show_help = '?',
fold = 'h',
fold_toggle = '<tab>',
fold_toggle_all = '<S-tab>',
unfold = 'l',
fold_all = 'W',
unfold_all = 'E',