Dotfiles
Dotfiles copied to clipboard
Home and End keys not working in zsh on Fedora in urxvt
Home and End keys (probably along other keys) does not work in zsh, tested on Fedora 28 in urxvt.
This is most likely due to the TERM
environment variable not set properly.
The keys work in Ubuntu 18.04.1 LTS on Windows (WSL) in urxvt. TERM
is set to rxvt-unicode-256color
.
Avoid hacking the zsh config to force it to manage the Home and End keys properly, and find what causes it not interpreting the keys correctly on Fedora.
See:
- https://wiki.archlinux.org/index.php/Home_and_End_keys_not_working For reference.