Skip to content

Open all files selected #1333

@MiscStuff839

Description

@MiscStuff839

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

  1. Add a variant under the actions enum
  2. if this action is recieved then collect a list/vector of all selections
  3. iterate over the selections and do something like xdg-open on these files
  4. if not recieved but a open request was given then just open the file under cursor

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions