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
Does this create a Tmux command that I can send to Tmux from elsewhere?
I tried prefix:urlview and prefix:urlview-key.
prefix:urlview
prefix:urlview-key
I ask because I'd like to bind this to ⌘-u in Alacritty with something like this:
⌘-u
- { key: E, mods: Command, command: { program: "/usr/local/bin/tmux", args: ["urlview-key"] } }
Similar to my existing bindings, which are like:
- { key: K, mods: Command, { program: "/usr/local/bin/tmux", args: ["clear-history"] } }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Does this create a Tmux command that I can send to Tmux from elsewhere?
I tried
prefix:urlview
andprefix:urlview-key
.I ask because I'd like to bind this to
⌘-u
in Alacritty with something like this:Similar to my existing bindings, which are like:
The text was updated successfully, but these errors were encountered: