Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HOME and END does not work properly in tmux. #181

Open
csy19960309 opened this issue Jan 18, 2023 · 2 comments
Open

HOME and END does not work properly in tmux. #181

csy19960309 opened this issue Jan 18, 2023 · 2 comments
Assignees
Labels

Comments

@csy19960309
Copy link

csy19960309 commented Jan 18, 2023

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?

@daniele77
Copy link
Owner

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

@daniele77 daniele77 self-assigned this Jan 30, 2023
@daniele77 daniele77 added the bug label Jan 30, 2023
@csy19960309
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants