cli icon indicating copy to clipboard operation
cli copied to clipboard

HOME and END does not work properly in tmux.

Open csy19960309 opened this issue 2 years ago • 2 comments

In tmux, even if I add these two lines below to my ~/.tmux.conf, HOME and END does not work but print 'H'/'F' to the stdout.

bind-key -n Home send "\eOH" bind-key -n End send "\eOF"

The session type is CliLocalTerminalSession.

Besides, HOME and END both work in GNU readline, and if I turn to some terminal else like Konsole instead of tmux HOME and END also work. What else should I do or is it something that should be fixed?

csy19960309 avatar Jan 18 '23 07:01 csy19960309

I guess it should be fixed. Maybe the issue is related to this one: #123

daniele77 avatar Jan 30 '23 18:01 daniele77

I guess it should be fixed. Maybe the issue is related to this one: #123

Yesterday I turned to v2.0.2 but this issue remained.

csy19960309 avatar Jan 31 '23 02:01 csy19960309