Who is making command work as alt? #5709
Replies: 3 comments
-
Presumably tmux is turning on the kitty keyboard protocol and then
mis-interpreting the resulting key codes. If you want to map cmd+.
to alt+. read the kitty faq for how to do it.
https://sw.kovidgoyal.net/kitty/faq/#how-do-i-map-key-presses-in-kitty-to-different-keys-in-the-terminal-program
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
marlun
-
Thanks, I'll use the mis-interpretation until I can't and use the link when I need to |
Beta Was this translation helpful? Give feedback.
0 replies
-
If anyone has a shorter implementation -- I'd love to learn it.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When I use tmux inside Kitty the CMD keys seems to work like ALT because I can do CMD+. to get the last parameter in the last command, and CMD+b/f to to back or forward a word. If I try the same in tmux inside the regular macos terminal it does not work (seems to give ^C). If I try it in Kitty outside of tmux it does not work (seems to give 6;9u). I can't find anything in my .tmux.conf. I really appreciate that it works but would like it to work outside of tmux in Kitty as well 😄
Beta Was this translation helpful? Give feedback.
All reactions