|
@ -3,7 +3,7 @@ |
|
|
# ========================== |
|
|
# ========================== |
|
|
set -g default-terminal "screen-256color" |
|
|
set -g default-terminal "screen-256color" |
|
|
set -g history-limit 50000 |
|
|
set -g history-limit 50000 |
|
|
#set -sg escape-time 0 # fix for delay in switching modes in vim |
|
|
|
|
|
|
|
|
set -sg escape-time 0 # fix for delay in switching modes in vim |
|
|
# set -g display-time 4000 # Tmux messages are displayed for 4 seconds |
|
|
# set -g display-time 4000 # Tmux messages are displayed for 4 seconds |
|
|
# set -g remain-on-exit off |
|
|
# set -g remain-on-exit off |
|
|
set -g repeat-time 200 # Allow multiple tmux commands to be run within time period (ms) without pressing the prefix (Default: 500) |
|
|
set -g repeat-time 200 # Allow multiple tmux commands to be run within time period (ms) without pressing the prefix (Default: 500) |
|
|