-
If I open fugitive Is it possible to configure fugitive to open this window in a new tab or vertical split (covering the entire height of the window) instead? (If using a Neovim floating window is also possible, that would be even better) |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
A new tab is possible with Neovim floating windows, as I understand them, are not a drop in replacement for regular windows in the same way that tabs are. |
Beta Was this translation helpful? Give feedback.
-
@tpope Since a recent update the interactive add of fugitive opens in a new tab as a default behavior. Thx for helping |
Beta Was this translation helpful? Give feedback.
A new tab is possible with
:tab Git add --patch
. The map isn't configurable (Edit: though it can be remapped like any other map), but I suppose I'll try changing the default. There is already precedent forcvc
forcing a new tab.Neovim floating windows, as I understand them, are not a drop in replacement for regular windows in the same way that tabs are.