option key misbehaves with zellij #3207
-
this happens regardless of whether i set i am on macos. i use ghostty to ssh into a linux box and run on all other terminals, i am able to use uses option+ left/right arrow key to navigate between zellij panes. on ghostty it doesnt work. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 5 replies
-
On macOS we by default bind |
Beta Was this translation helpful? Give feedback.
-
If you're over SSH, this can also be a terminfo issue: https://ghostty.org/docs/help/terminfo |
Beta Was this translation helpful? Give feedback.
-
These are my current configuration
And it doesn't seem to solve the issue, any ideas on whats the issue here? |
Beta Was this translation helpful? Give feedback.
-
Has anyone been able to get alt-f working within tmux in ghostty on macos? I can only get this working in iterm2 (see this post). |
Beta Was this translation helpful? Give feedback.
On macOS we by default bind
alt+left
toesc:b
andalt+right
toesc:f
since a lot of macOS users expect this behavior (despite it being non-standard) because Terminal.app does it. You can unbind them withkeybind = alt+left=unbind
andkeybind = alt+right=unbind
, then it may work.