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
I'm not happy with the window management in VimBox, and most of this is Vim's fault but there doesn't seem to be any plugins that enable a modern window management experience.
For example, ctrl-p is a great plugin but it makes all the text jump up and down when the window opens - not modern.
The left nav in VimBox is cool but it's super slow to toggle (it uses vim-nerdtree-tabs plugin).
In general VimBox does a good job of having all plugins configured out of the box such that c-s vertically splits, c-h horizontally splits, <cr> opens in a new tab, and for all plugins it will jump to an existing window if the file already exists. I like that part about VimBox - very modern. But the actual physical positioning of "modals" and left-navs/file trees needs some improvement.
The text was updated successfully, but these errors were encountered:
Wintabs allows the left nav to be docked very efficiently, but still allows the feeling of tabs, but not implemented using vim tabs, rather implemented using its own system on top of regular buffers, and windows. In this screenshot, I've swapped the location of airline and the tabs, so that each split can show which tabs it has associated with it (at the bottom). This splitting behavior is more like Sublime/Atom where each split has their own tabs.
I'm not happy with the window management in VimBox, and most of this is Vim's fault but there doesn't seem to be any plugins that enable a modern window management experience.
For example,
ctrl-p
is a great plugin but it makes all the text jump up and down when the window opens - not modern.The left nav in VimBox is cool but it's super slow to toggle (it uses
vim-nerdtree-tabs
plugin).In general VimBox does a good job of having all plugins configured out of the box such that
c-s
vertically splits,c-h
horizontally splits,<cr>
opens in a new tab, and for all plugins it will jump to an existing window if the file already exists. I like that part about VimBox - very modern. But the actual physical positioning of "modals" and left-navs/file trees needs some improvement.The text was updated successfully, but these errors were encountered: