mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 06:23:19 -07:00
Fix loading of screen-keys.conf for tmux
This commit is contained in:
parent
fc5b78ebaf
commit
837f232e0c
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue