You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But for some reason I need to press Ctrl-v twice to page down. If I bind move-page-down to <Ctrl-a>, I don't need to press Ctrl-a twice. I looked thru the online tig help, and I don't see any bindings for <Ctrl-v>. I am running this in Terminal.app with bash. Other curses apps seem to be able to bind Ctrl-v to commands, so it doesn't appear to be my environment.
The text was updated successfully, but these errors were encountered:
I can reproduce this. If your other curses apps do not have this behaviour I wonder if something is missing when initializing the terminal. In bash, Ctrl-v "means" print the following keybinding verbatim so I wonder if somehow this is a terminal setting that gets carried over.
I put this in my .tigrc
But for some reason I need to press
Ctrl-v
twice to page down. If I bindmove-page-down
to<Ctrl-a>
, I don't need to pressCtrl-a
twice. I looked thru the online tig help, and I don't see any bindings for<Ctrl-v>
. I am running this in Terminal.app with bash. Other curses apps seem to be able to bindCtrl-v
to commands, so it doesn't appear to be my environment.The text was updated successfully, but these errors were encountered: