correct error on setting session options as there is no started session when tmux is started
This commit is contained in:
parent
7a16fb86fd
commit
fa2147300a
@ -11,9 +11,9 @@
|
|||||||
|
|
||||||
set -g default-terminal "screen-256color" # colors!
|
set -g default-terminal "screen-256color" # colors!
|
||||||
setw -g xterm-keys on
|
setw -g xterm-keys on
|
||||||
set -s escape-time 10 # faster command sequences
|
set -sg escape-time 10 # faster command sequences
|
||||||
set -sg repeat-time 600 # increase repeat timeout
|
set -sg repeat-time 600 # increase repeat timeout
|
||||||
set -s focus-events on
|
set -sg focus-events on
|
||||||
|
|
||||||
set -g prefix2 C-a # GNU-Screen compatible prefix
|
set -g prefix2 C-a # GNU-Screen compatible prefix
|
||||||
bind C-a send-prefix -2
|
bind C-a send-prefix -2
|
||||||
|
Loading…
Reference in New Issue
Block a user