-
-
Notifications
You must be signed in to change notification settings - Fork 784
Closed
Labels
Description
When working with many files or when you want to look at multiple files it is extremely tedious to open each one.
So is it currently possible or could the feature be added, which allows you to open all files selected by default and only open the one under cursor as a fallback?
I have considered making custom keybinds but there does not seem to be any variant under the enum for this.
Possible ways to add this
- Add a variant under the actions enum
- if this action is recieved then collect a list/vector of all selections
- iterate over the selections and do something like xdg-open on these files
- if not recieved but a open request was given then just open the file under cursor