Skip to content
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

key bindings send bytes #862

Open
raphamorim opened this issue Dec 28, 2024 Discussed in #837 · 1 comment
Open

key bindings send bytes #862

raphamorim opened this issue Dec 28, 2024 Discussed in #837 · 1 comment

Comments

@raphamorim
Copy link
Owner

Discussed in #837

Originally posted by max-tern December 7, 2024
Hi! Trying to migrate from alacritty to Rio and stuck with sending "bytes" to terminal. I want to close tmux session with cmd+w binding. In Alacritty it was { key = 'W', mods = "Command", chars = "\u0002x" } but not sure how to convert it to bytes?

@andreban
Copy link
Contributor

andreban commented Jan 18, 2025

Interesting, this seems to work for me, on a Windows machine:

  • Add { key = "w", with = "control", text = "\u0002x" } to my bindings
  • SSH to a Linux machine
  • Start tmux
  • Hitting ctrl + w
  • It exists tmux

I wonder if this is OS related

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In Progress
Development

No branches or pull requests

2 participants