We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As title. Is there a shortcut to use move mode only, for example? So I don't have to cycle through all the other modes to find it.
The text was updated successfully, but these errors were encountered:
Also curious about this. I enable auto-window resizing, and also use camspiers/lens.vim to manage window size automatically.
The only thing I am interested in is the ability to move windows with h/j/k/l. I'd like to make this the default mode.
Sorry, something went wrong.
How's setting key mapping in your .vimrc?
.vimrc
The key mapping is set below: https://github.com/simeji/winresizer/blob/master/plugin/winresizer.vim#L119
So, to set move mode, add below:
exe 'nnoremap ' . g:winresizer_start_key .' :WinResizerStartMove<CR>'
No branches or pull requests
As title. Is there a shortcut to use move mode only, for example? So I don't have to cycle through all the other modes to find it.
The text was updated successfully, but these errors were encountered: