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
normal { bind "Ctrl Left" { GoToPreviousTab; } bind "Ctrl Right" { GoToNextTab; } }
Is it possible to bind arrow keys to Ctrl so that I can move to the previous and next tab like so?
The text was updated successfully, but these errors were encountered:
This feature was already supported by this PR #3383.
Compile from source code and u can bind "Ctrl Right" like this bind "Ctrl Right" { GoToNextTab; SwitchToMode "Normal"; } now.
bind "Ctrl Right" { GoToNextTab; SwitchToMode "Normal"; }
Sorry, something went wrong.
This feature was already supported by this PR #3383. Compile from source code and u can bind "Ctrl Right" like this bind "Ctrl Right" { GoToNextTab; SwitchToMode "Normal"; } now.
Thank you so much!
No branches or pull requests
Is it possible to bind arrow keys to Ctrl so that I can move to the previous and next tab like so?
The text was updated successfully, but these errors were encountered: