Add window management
b-coimbra opened this issue · 0 comments
b-coimbra commented
Browsers such as Vivaldi allow windows to be split with multiple tabs.
Add such functionality in Vimch with the same keybindings as Vim, eg:
C-w v
to vertically split the current tab with the adjacent one in a new windowC-w c
to remove the current tab from the window splitC-w q
to close the entire windowC-w >
move active tab to the rightC-w <
move active tab to the left
Note: This will conflict with chrome's close tab keybinding (C-w
)