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 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).
The text was updated successfully, but these errors were encountered:
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 " 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.
I'm not sure if this is already implemented, but I'm not able to resize vertically split windows with
vim-bootstrap
. NormallyCtrl-W
+>
works, but this doesn't seem to work withvim-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 thevim-bootstrap
version is (I updated it to the latest version as of 24/09/19).The text was updated successfully, but these errors were encountered: