summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configs/rcs/tmux.conf9
1 files changed, 5 insertions, 4 deletions
diff --git a/configs/rcs/tmux.conf b/configs/rcs/tmux.conf
index 453cfaf..332e16f 100644
--- a/configs/rcs/tmux.conf
+++ b/configs/rcs/tmux.conf
@@ -1,5 +1,9 @@
+# Avoid conflicting with emacs key bindings in the shell
+unbind C-b
+set -g prefix C-z
+
# 256-color terminal
-set-option -g default-terminal "screen-256color"
+set-option -g default-terminal "xterm-256color"
# Add truecolor support (tmux info | grep Tc)
set-option -ga terminal-overrides ",xterm-256color:Tc"
@@ -10,9 +14,6 @@ set -g status off
# Let's use the mouse
set -g mouse on
-# Avoid conflicting with emacs key bindings in the shell
-set -g prefix C-z
-
# Do not rename the windows for me
set -g allow-rename off