You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since multiple people independently suggested this API, maybe it could be added? Would be a lot simpler than copy pasting an internal function + adding an autocmd.
Would be a lot simpler than copy pasting an internal function + adding an autocmd.
No internal function is needed for go_in_plus action (and for most other built-in actions, for that matter). MiniFiles.go_in() supports close_on_file option which can be set to true to have go_in_plus behavior.
The autocommand approach is already present and a lot more flexible than making configuration code more complex. So although the "multiple people suggested" is a valid reasoning (if not taking prior searching of issues into account), I don't think I like the idea of allowing multiple keys per action in the MiniFiles.config itself.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I'd like to be able to define multiple keys per mapping.
Would a PR for this feature be accepted?
Beta Was this translation helpful? Give feedback.
All reactions