summaryrefslogtreecommitdiff
path: root/tmux/.config
diff options
context:
space:
mode:
Diffstat (limited to 'tmux/.config')
-rw-r--r--tmux/.config/tmux/tmux.conf4
1 files changed, 3 insertions, 1 deletions
diff --git a/tmux/.config/tmux/tmux.conf b/tmux/.config/tmux/tmux.conf
index f13e41b..4483149 100644
--- a/tmux/.config/tmux/tmux.conf
+++ b/tmux/.config/tmux/tmux.conf
@@ -1,4 +1,5 @@
-set-option -sa terminal-features ',xterm-256color:RGB'
+set-option -ga terminal-overrides ',xterm-256color:Tc'
+set-option -sa terminal-features ',linux:RGB'
unbind-key C-b
bind-key C-a send-prefix
@@ -11,6 +12,7 @@ set -g renumber-windows on # renumber all windows when any window is close
set -g set-clipboard on # use system clipboard
set -g default-terminal "${TERM}"
set -g default-shell "${SHELL}"
+set -g focus-events on
set -g mouse
set -g pane-active-border-style 'fg=magenta,bg=default'
set -g pane-border-style 'fg=brightblack,bg=default'