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