tmux + helix + Alt-[
key not registered
#9795
Unanswered
patrick-kidger
asked this question in
Troubleshooting
Replies: 1 comment 3 replies
-
Have you found a workaround? I have the exact same problem. |
Beta Was this translation helpful? Give feedback.
3 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.
-
I've bound
Alt-[
andAlt-]
for scrolling through Helix buffers (goto_previous_buffer
andgoto_next_buffer
). The fundamental issue I'm getting is that when running under macOS->iTerm2->fish->tmux->Helix, thenAlt-[
will not change buffers.However, curiously:
Alt-]
(scrolling the other way) does work, soAlt
is working fine.goto_previous_buffer
to just[
then that works, so[
is working fine.Alt-[
works, so Helix is working fine.fish_key_reader
within tmux thenAlt-[
correctly produces\e\[
, so tmux is working fine.It seems to be specifically some combination of all parts of the stack, along with this one particular key-combo, that results in the key combo getting swallowed.
(For the record in iTerm2->Settings->Profiles->Keys, I have already set
Left Option Key: Esc+
, as I know that's sometimes the root cause for issues of this nature. Helix version is23.10 (98ebeeeb)
; tmux version 3.4.)This is an odd one, so I thought I'd ask here in case anyone has any ideas?
Beta Was this translation helpful? Give feedback.
All reactions