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?
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.
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?