fugit2.nvim icon indicating copy to clipboard operation
fugit2.nvim copied to clipboard

feature: not floating layout

Open vheon opened this issue 1 year ago • 1 comments

Did you check the docs?

  • [x] I have read all the docs

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

The only way to use this plugin is through the floating window. Is it planned to have the functionality of this plugin in other form (like diffview.nvim for example)? like a whole new tab? I'm asking this because specifically when the patch view is enabled the real estate of the screen might be problematic and the major source of frustration for me specifically is the fact that I should not move between the file list and the diff with the usual <C-w>l but should use the hardcoded mapping to move between specific sections of the UI.

Describe the solution you'd like

Some layout similar to diffview.nvim (which is similar in structure to the current floating layout)

Describe alternatives you've considered

I couldn't find any alternatives

Additional context

No response

vheon avatar Jan 23 '25 13:01 vheon

@vheon, you can move between panel in float view just by pressing h,l.

SuperBo avatar Jun 08 '25 04:06 SuperBo