From 1b625b0cc9df28d7af7689fa323496fb32060382 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Sat, 26 Aug 2017 10:23:05 +0200 Subject: [PATCH] Update tmux.conf --- tmux/tmux.conf | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 8b43e4c..24a3277 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -1,4 +1,5 @@ set -g default-command "${SHELL}" +set -g default-terminal "tmux-256color" set -g prefix C-a unbind C-b @@ -9,16 +10,6 @@ unbind C-j set -s escape-time 0 set-window-option -g aggressive-resize on -bind -n WheelUpPane select-pane -t= \; copy-mode -e \; send-keys -M -bind -n WheelDownPane select-pane -t= \; send-keys -M - -bind -n C-WheelUpPane select-pane -t= \; copy-mode -e \; send-keys -M - -bind -t vi-copy C-WheelUpPane halfpage-up -bind -t vi-copy C-WheelDownPane halfpage-down -bind -t emacs-copy C-WheelUpPane halfpage-up -bind -t emacs-copy C-WheelDownPane halfpage-down - set -g mouse on set -g mode-keys vi @@ -76,7 +67,8 @@ set -g pane-border-fg '#f8f8f2' set -g pane-active-border-fg '#f92672' set -g status-left " #[bg=#A6E22E,fg=#000000] #{session_name} #[bg=#272822] " -set -g status-right "#[bg=#A6E22E,fg=#000000] #{host} #[bg=#272822] " +# set -g status-right "#[bg=#A6E22E,fg=#000000] #{host} #[bg=#272822] " +set -g status-right "" set -g status-left-length 100 # vertical = | in this case