Better update speed of tmux.
This commit is contained in:
parent
c20c19ca9f
commit
bdc41a6a22
1 changed files with 3 additions and 0 deletions
|
@ -10,6 +10,9 @@ set -g pane-base-index 1
|
||||||
set-window-option -g pane-base-index 1
|
set-window-option -g pane-base-index 1
|
||||||
set-option -g renumber-windows on
|
set-option -g renumber-windows on
|
||||||
|
|
||||||
|
# SPEED
|
||||||
|
set -g escape-time 0
|
||||||
|
set-option -g status-interval 1
|
||||||
|
|
||||||
# set prefix key to ctrl + space
|
# set prefix key to ctrl + space
|
||||||
unbind C-b
|
unbind C-b
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue