-
Notifications
You must be signed in to change notification settings - Fork 37
Description
Can you consider alternate workflow than tabs? Buffer with 3 vertical splits can be great. Same like how when you open :help it splits current buffer.
Tab workflow causes lot of problems when using buffer workflow. In buffer workflow navigating is done by keymaps that run :bnext and :bprev. Opening Codediff breaks that. If I am in one of the 3 buffers in Codediff tab like the explorer and I use keymap for :bnext or :bprev it switch to that buffer but in the small explorer panel.
Also tabline display all of the open buffers. When I open Codediff it adds entry to tabline that with name that don't make sense instead of actual name CodeDiff Explorer.
It breaks previews like if I am scrolling in Snacks picker like Snacks.picker.help() to show preview of help files.