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
I use vimpager with a script (see subsequent comments there) to change between pager and full vim mode.
vimpager
vim
But accidentally pressing i, a, etc changes the mode while paging, which I want to prevent from happening.
i
a
I tried map i <Nop> and it works, but then I cannot restore the original behaviour, when switching back to full vim mode with ,v.
map i <Nop>
,v
In other words, I want ,v to be the only shortcut to change from pager to full vim mode.
The text was updated successfully, but these errors were encountered:
I'll see if I can do something like that!
Sorry, something went wrong.
No branches or pull requests
I use
vimpager
with a script (see subsequent comments there) to change between pager and fullvim
mode.But accidentally pressing
i
,a
, etc changes the mode while paging, which I want to prevent from happening.I tried
map i <Nop>
and it works, but then I cannot restore the original behaviour, when switching back to fullvim
mode with,v
.In other words, I want
,v
to be the only shortcut to change from pager to fullvim
mode.The text was updated successfully, but these errors were encountered: