vim-bootstrap icon indicating copy to clipboard operation
vim-bootstrap copied to clipboard

Support for resizing windows

Open nshdesai opened this issue 5 years ago • 2 comments

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).

nshdesai avatar Sep 25 '19 00:09 nshdesai

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).

mskadu avatar Oct 18 '19 11:10 mskadu

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.

Nikhil-IITG avatar Oct 01 '23 14:10 Nikhil-IITG