diff --git a/tmux.conf b/tmux.conf index da7402f..cf9788a 100644 --- a/tmux.conf +++ b/tmux.conf @@ -78,3 +78,6 @@ set-window-option -g clock-mode-style 24 # titles set -g automatic-rename on + +# make home and end keys work +set-window-option -g xterm-keys on