Skip to content
Discussion options

You must be logged in to vote

That's likely because your terminal's response contains ESC [, while you've bound the Alt+[ key - Alt+[ is ESC [ which is the CSI introducer, and tmux breaks the whole sequence and parses this introducer alone as a key press instead of waiting for the entire subsequent sequence and forwarding it to Yazi as-is.

Unfortunately, I don't think this can be fixed on Yazi's side. Fixing it would require tmux to either wait for and recognize the complete sequence (instead of treating its beginning as a key event), or to support temporarily disabling user keystrokes during response for its passthrough, just to make it behaves more like a real terminal. See #4334 (comment) for more context.

A workar…

Replies: 2 comments 5 replies

Comment options

You must be logged in to vote
4 replies
@dotfrag
Comment options

@dotfrag
Comment options

@CharlesKellogg
Comment options

@dotfrag
Comment options

Comment options

You must be logged in to vote
1 reply
@dotfrag
Comment options

Answer selected by dotfrag
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
1. Q&A
Labels
None yet
3 participants