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
Is your feature request related to a problem? Please describe.
When I need to open more than 1 file I have to start the file browser several times because when a new buffer starts the one containing the file browser closes.
Describe the solution you'd like
Use the 'toggle selection' (<TAB>,<S-TAB>,<C-s>/s) option to select the files you'd like to open, then by pressing return each selection would open in separate buffers.
Additional context
This is how opening files works w/ the <C-o>/o option, it'd be cool if this functionality was replicated with vim buffers as well.
The text was updated successfully, but these errors were encountered:
I've been working extensively on this general concept of actions on multi selections upstream at telescope.nvim.
The reason that never got merged is because it was very hard to agree about general design choices (mostly for actions other than file opening).
Whipping this up for me should be rather quick. I'll see if I can add this to #210 The primary complexity stems from opening files and folders. I guess the latter would have to be ignored.
Thanks for this fantastic plugin! I hope this feature gets implemented soon.
It's a typical workflow for me to grep the project for a text, and I get back a list of files, some of which I want to modify. As I go over the results list, I'd like to be able to pick files I like to open and modify using 'toggle selection'.
As a workaround, I'm using Nvim Spectre because its persistent search panel allows me to select the files I want to work on. It's not perfect because I still see all the other files I don't want to work on here, but it's a start.
Is your feature request related to a problem? Please describe.
When I need to open more than 1 file I have to start the file browser several times because when a new buffer starts the one containing the file browser closes.
Describe the solution you'd like
Use the 'toggle selection' (<TAB>,<S-TAB>,<C-s>/s) option to select the files you'd like to open, then by pressing return each selection would open in separate buffers.
Additional context
This is how opening files works w/ the <C-o>/o option, it'd be cool if this functionality was replicated with vim buffers as well.
The text was updated successfully, but these errors were encountered: