tmux config changes for mouse, clipboard, focus

This commit is contained in:
James Dixon 2025-04-05 15:42:45 +00:00
parent dab093a930
commit ec25a739be

View File

@ -9,17 +9,18 @@ set -g default-terminal "xterm-256color"
# vi mode
setw -g mode-keys vi
# Causes escape character breakage on windows terminal
# unset the annoying delay
set -sg escape-time 0
# set -sg escape-time 0
# window options
set-option -g automatic-rename on
set-option -g renumber-windows on
# mouse settings
# set -g mouse on
# set -g set-clipboard on
# set -g focus-events on
set -g mouse on
set -g set-clipboard on
set -g focus-events on
# appearance
set -g status-style "bg=colour16 fg=white,bold"