Move tmux options into config file

This commit is contained in:
Anthony Rose 2021-11-19 12:45:38 +00:00
parent 119e276af0
commit ac5e804566
2 changed files with 3 additions and 2 deletions

View file

@ -180,9 +180,9 @@ emacsro () {
tm () {
if tmux list-session 2>/dev/null 1>/dev/null
then
tmux -2 -u attach-session
tmux attach-session
else
tmux -2 -u new-session
tmux new-session
fi
}

View file

@ -10,4 +10,5 @@ set-option -g display-panes-time 5000
set-option -g mouse off
set-option -g pane-base-index 1
set-option -g status-right ''
set-option -g terminal-features "256:utf-8"
set-window-option -g xterm-keys on