mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-21 14:03:18 -07:00
Add -a to set terminal-overrides as we want to add to it, not remove what is already there
This commit is contained in:
parent
bfb7a763d0
commit
9add180290
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ set-window-option -g monitor-activity on
|
|||
set -g default-terminal "$BYOBU_TERM"
|
||||
|
||||
# The following helps with Shift-PageUp/Shift-PageDown
|
||||
set -g terminal-overrides 'xterm*:smcup@:rmcup@'
|
||||
set -ga terminal-overrides 'xterm*:smcup@:rmcup@'
|
||||
|
||||
# Must set default-command to $SHELL, in order to not source ~/.profile
|
||||
# BUG: Should *not* hardcode /bin/bash here
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue