Better update speed of tmux.

This commit is contained in:
CronyAkatsuki 2023-10-22 11:30:36 +02:00
parent c20c19ca9f
commit bdc41a6a22

View File

@ -10,6 +10,9 @@ set -g pane-base-index 1
set-window-option -g pane-base-index 1
set-option -g renumber-windows on
# SPEED
set -g escape-time 0
set-option -g status-interval 1
# set prefix key to ctrl + space
unbind C-b