Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for resizing windows #323

Open
nshdesai opened this issue Sep 25, 2019 · 2 comments
Open

Support for resizing windows #323

nshdesai opened this issue Sep 25, 2019 · 2 comments

Comments

@nshdesai
Copy link

nshdesai commented Sep 25, 2019

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

@mskadu
Copy link

mskadu commented Oct 18, 2019

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

@Nikhil-IITG
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants