Update .config/tmux/tmux.conf

This commit is contained in:
2024-01-04 13:14:00 +01:00
parent 74495599a0
commit 0c5d7cc4a7

View File

@@ -40,6 +40,9 @@ bind -r J resize-pane -D 5
bind -r K resize-pane -U 5
bind -r L resize-pane -R 5
# Decrease ESC timeout timing for faster nvim mode exit
set -sg escape-time 10
# Enable mouse control (clickable windows, panes, resizable panes)
set -g mouse on