aboutsummaryrefslogtreecommitdiff
path: root/tmux
diff options
context:
space:
mode:
Diffstat (limited to 'tmux')
-rw-r--r--tmux/.config/tmux/tmux.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/tmux/.config/tmux/tmux.conf b/tmux/.config/tmux/tmux.conf
index 33bea37..cc09bfa 100644
--- a/tmux/.config/tmux/tmux.conf
+++ b/tmux/.config/tmux/tmux.conf
@@ -8,7 +8,6 @@
#############################
## set the default TERM
-#set -g default-terminal screen
set -g default-terminal "screen-256color"
# set -as terminal-overrides ',st*:Ss@'
@@ -18,6 +17,8 @@ set -g update-environment 'DISPLAY SSH_ASKPASS SSH_AGENT_PID SSH_CONNECTION WIND
## determine if we should enable 256-colour support
if "[[ ${TERM} =~ 256color || ${TERM} == fbterm ]]" 'set -g default-terminal screen-256color'
+set-option -sa terminal-overrides ',screen-256color:RGB'
+
set -g prefix C-a
# Releases binding from Ctrl-b
unbind C-b