.config/tmux/tmux.conf aktualisiert

This commit is contained in:
2023-12-14 19:56:06 +01:00
parent 3fce862096
commit a8f7bd4141

View File

@@ -43,6 +43,9 @@ bind -r L resize-pane -R 5
# Enable mouse control (clickable windows, panes, resizable panes) # Enable mouse control (clickable windows, panes, resizable panes)
set -g mouse on set -g mouse on
# Address vim mode switching delay (http://superuser.com/a/252717/65504)
set -s escape-time 0
# Timeout for display messages (in milliseconds) # Timeout for display messages (in milliseconds)
set -g display-time 1000 set -g display-time 1000