kdheepak / lazygit.nvim

Plugin for calling lazygit from within neovim.
MIT License
1.47k stars 53 forks source link

[Feature Request] Capability of open multiple files #104

Open nicoandresr opened 1 year ago

nicoandresr commented 1 year ago

Is your feature request related to a problem? Please describe.

First of all thank you for the amazing work! I use lazygit daily and a feature I feel is needed is the capability of open multiple files, for instance in Telescope you could mark files with tab and sent them to quickfix list and open them from there, from lazygit I should open/edit each file with e but each time lazy git closes and reopen it loses the context so I should search again through commits or list of changes to open another one.

Describe the solution you'd like

a way to mark and open several files at once.