vim-bootstrap
vim-bootstrap copied to clipboard
Support for resizing windows
I'm not sure if this is already implemented, but I'm not able to resize vertically split windows with vim-bootstrap
. Normally Ctrl-W
+ >
works, but this doesn't seem to work with vim-bootstrap
. Any help would be appreciated.
I'm using Vim 8.0
on Ubuntu 18.04 LTS. I'm not sure how to check what the vim-bootstrap
version is (I updated it to the latest version as of 24/09/19).
I just noticed that the "Buffer Nav" section of the vim file has noremap <leader>w :bn<CR>
. Could this be a potential cause? Just a thought (I am not on my machine with Vim installed at the mo).
It's possible that vim-bootstrap has remapped the Ctrl-W key combination. You can check the key mappings by running " :map <C-W> " command in Vim. This will show you all the mappings related to Ctrl-W. Make sure there is no mapping that conflicts with the default behaviour of resizing windows.