From 837f232e0cd1c37ced1f2a68f48189da56547ec6 Mon Sep 17 00:00:00 2001 From: zorun Date: Mon, 24 Oct 2011 18:12:07 +0200 Subject: [PATCH] Fix loading of screen-keys.conf for tmux --- usr/share/byobu/profiles/tmux | 2 ++ 1 file changed, 2 insertions(+) diff --git a/usr/share/byobu/profiles/tmux b/usr/share/byobu/profiles/tmux index 97aec165..8e878100 100644 --- a/usr/share/byobu/profiles/tmux +++ b/usr/share/byobu/profiles/tmux @@ -27,6 +27,8 @@ set -s escape-time 0 # Change to Screen's ctrl-a escape sequence source /usr/share/doc/tmux/examples/screen-keys.conf +# On Archlinux, this file is not under the same directory +source /usr/share/tmux/screen-keys.conf # Byobu's Keybindings bind-key -n F1 new-window -k -t config byobu-config