From aaf0d197d167b447492241ffb8aac0e77b74a4b1 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sun, 18 Nov 2018 17:15:15 -0800 Subject: [tmux] Small change to binding + fix terminal At this point we can use xterm instead of screen. --- configs/rcs/tmux.conf | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'configs/rcs') 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 -- cgit 1.4.1