-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
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
How to set the shortcut for copy view (copy current session)? #770
Comments
In
{ "keys": "<Ctrl+Shift+D>",
"modes": "local, remote",
"when": "window.isScope('terminal.*')",
"action": "Window.DuplicateView"
}, You can use any key you like instead of
Please read this comment to learn more, thank you. BTW: |
Thank you for your reply, I don't immediately check your message. Follow your steps, I found the wind.actions and wind.keymaps in |
WindTerm experience is very good, but there is a shortcut that can't be set, how to set the shortcut for copy view (copy current session)?
The text was updated successfully, but these errors were encountered: