From a523a789feb218eaf735d64a7af4721de97b51c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20N=C3=A4gele?= Date: Mon, 8 Jul 2013 19:00:56 +0200 Subject: [PATCH] made home and end keys work again with tmux --- tmux.conf | 3 +++ 1 file changed, 3 insertions(+) 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