aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2023-04-09 21:55:12 +0100
committerMatthew Lemon <y@yulqen.org>2023-04-09 21:55:12 +0100
commita6fa62bc4b7429f6cd348fa465e06c2d04f24a0e (patch)
treee5f975addf2fc49de04963b516217943bd082c0b
parentb6704dd95e076023797299fd7de7cf40f1ba8b10 (diff)
Adds two settings that I was told to by :checkhealth
Diffstat (limited to '')
-rw-r--r--tmux.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/tmux.conf b/tmux.conf
index 9cdc9e3..9256189 100644
--- a/tmux.conf
+++ b/tmux.conf
@@ -2,6 +2,9 @@
# unbind some default keybindings
unbind C-b
+set-option -sa terminal-features ',screen-256color:RGB'
+set-option -g focus-events on
+
# set shell
#set -g default-shell '/bin/ksh'