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
Hi, I have the following mappings:
call submode#enter_with( 'WinCycle' , 'n', '', '<C-W><C-W>' , '<C-W><C-W>' ) call submode#map ( 'WinCycle' , 'n', '', '<C-W>' , '<C-W><C-W>' )
and it always redraws the screen when leaving the submode which is very distracting. Is there a way to prevent it from doing that?
Also, are you planning on adding support for v:count?
Thanks. Love this plugin 👍
The text was updated successfully, but these errors were encountered:
I'm also running into some frustration with the redraws. My mappings:
for key in ['<C-J>', '<C-K>', '<C-H>', '<C-L>'] call submode#enter_with('panes', 'n', '', '<C-W>'.key, '<C-W>'.key) call submode#map('panes', 'n', '', key, '<C-W>'.key) endfor
Sorry, something went wrong.
No branches or pull requests
Hi, I have the following mappings:
and it always redraws the screen when leaving the submode which is very distracting.
Is there a way to prevent it from doing that?
Also, are you planning on adding support for v:count?
Thanks. Love this plugin 👍
The text was updated successfully, but these errors were encountered: