vim-tmux-resizer
vim-tmux-resizer copied to clipboard
Resize tmux panes and vim splits with same shortcuts
Can this equally size vim and tmux vertical panes? Similar to Ctrl + w = in Vim.
this is a very _/comfy/_ plugin. but `5` was too big of a resize step for me. let's give the users the power to decide for themselves ;D
Both in vim and neovim, vim-tmux-resizer requires setting ``` let g:tmux_resizer_no_mappings = 0 ``` in order to enable the default keybindings (Alt-hjkl). Is this intended behaviour? If so, should we...