Fix loading of screen-keys.conf for tmux

This commit is contained in:
zorun 2011-10-24 18:12:07 +02:00
commit 837f232e0c

View file

@ -27,6 +27,8 @@ set -s escape-time 0
# Change to Screen's ctrl-a escape sequence # Change to Screen's ctrl-a escape sequence
source /usr/share/doc/tmux/examples/screen-keys.conf 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 # Byobu's Keybindings
bind-key -n F1 new-window -k -t config byobu-config bind-key -n F1 new-window -k -t config byobu-config