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
Would be great to have this kind of functionality as part of the plugin e.g. ToggleBufExplorerVerticalSplit. I made a quick function to do it, but it's hacky because I couldn't reuse the local variables and functions in the plugin itself.
I'm a fan of vertical splits over replacing the current buffer e.g. with NERDTree. Using a toggle command like this makes it so much smoother to open and close a vertical (or horizontal) split over separate key mapping for each operation.
(Super plugin by the way 💯. I've been using it constantly for many years 🎉.)
The text was updated successfully, but these errors were encountered:
Would be great to have this kind of functionality as part of the plugin e.g.
ToggleBufExplorerVerticalSplit
. I made a quick function to do it, but it's hacky because I couldn't reuse the local variables and functions in the plugin itself.I'm a fan of vertical splits over replacing the current buffer e.g. with NERDTree. Using a toggle command like this makes it so much smoother to open and close a vertical (or horizontal) split over separate key mapping for each operation.
(Super plugin by the way 💯. I've been using it constantly for many years 🎉.)
The text was updated successfully, but these errors were encountered: