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

Maintain MBE window position when moving other windows #31

Open
adambiggs opened this issue Nov 7, 2013 · 1 comment
Open

Maintain MBE window position when moving other windows #31

adambiggs opened this issue Nov 7, 2013 · 1 comment

Comments

@adambiggs
Copy link

When moving windows using <C-w>+ H/J/K/L it would be nice if the MBE window stayed pinned in it's current location instead of moving like the other "normal" windows.

This is the only thing I find annoying about MBE. Everything else seems way better than other similar plugins.

@adambiggs
Copy link
Author

FYI for anyone else annoyed by this, I found a temporary solution with the following mapping:

map <C-w>H <C-w>H:MBEOpen!<CR>
map <C-w>J <C-w>J:MBEOpen!<CR>
map <C-w>K <C-w>K:MBEOpen!<CR>
map <C-w>L <C-w>L:MBEOpen!<CR>

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

1 participant