feat(folding): Support toggling of folds
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user