Re: Alt+Home and Alt+End not recognized on urxvt
Seb <[email protected]>
| Newsgroups | gmane.editors.nano.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi Benno, > Anyway, does applying the attached patch (with -p1) to nano-8.0 solve > the issue for you? Yes, thanks! Well done. > Then maybe https://nano-editor.org/dist/latest/faq.html#4.2 needs to be > extended with: > URxvt.keysym.M-Home: \033[1;3H > URxvt.keysym.M-End: \033[1;3F No need for me to add this to get Ctrl+Home working. But regarding the FAQ, §4.2 : if I understand correctly, Ctrl+Shift+Right should select all the word at its right, in one go. For me it does not work. It is as if the Ctrl key were not pressed; Nano selects the word incrementaly, one more letter at a time as if I had pressed Shift+Right only. >>> and what is TERM set to? >> rxvt-unicode-256color > My terminfo does not have a description for that terminal, only for > rxvt-256color. Where does that rxvt-unicode-256color come from? ~> locate rxvt-unicode-256color /usr/lib/terminfo/r/rxvt-unicode-256color ~> dpkg -S rxvt-unicode-256color ncurses-base: /lib/terminfo/r/rxvt-unicode-256color Sébastien.