-
|
Im trying to map cmd + a number to the tmux prefix + the same number with: These mappings are not working, however replacing The same mappings are working correctly in wezterm so my guess is that ghostty is using these mappings on its own. Any feedback is appreciated! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
|
|
Beta Was this translation helpful? Give feedback.
-
|
#4146 btw |
Beta Was this translation helpful? Give feedback.
-
|
This didn't work for me, I even tried unbinding default mappings using keybind = cmd+digit_1=unbind
keybind = cmd+digit_2=unbind
keybind = cmd+digit_3=unbind
keybind = cmd+digit_4=unbind
keybind = cmd+digit_5=unbind
keybind = cmd+digit_6=unbind
keybind = cmd+digit_7=unbind
keybind = cmd+digit_8=unbind
keybind = cmd+digit_9=unbind
# Expecting you to have \x02 (ctl+b) as tmux prefix
keybind = cmd+one=text:\x02\x31
keybind = cmd+two=text:\x02\x32
keybind = cmd+three=text:\x02\x33
keybind = cmd+four=text:\x02\x34
keybind = cmd+five=text:\x02\x35
keybind = cmd+six=text:\x02\x36
keybind = cmd+seven=text:\x02\x37
keybind = cmd+eight=text:\x02\x38
keybind = cmd+nine=text:\x02\x39 |
Beta Was this translation helpful? Give feedback.
cmd+one,cmd+two. This is awkward so we'll add aliases for the numbers, but noting this should work.