Home and End keys in Emacs don't work when run from Tmux
- by Jan Stolarek
When I run Emacs from Tmux, the Home and End keys do not work (Home key runs the Search command as if C-s was pressed). The problem started when I added this in my ~/.bashrc file:
TERM="xterm"
export TERM
I've read somewhere that TERM variable should not be set manually but this was the only way I was able to solve problems with colors. Without…