From 50c2a4edaf8e26a639f1fd51c9be211d0aa7801c Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Thu, 29 Sep 2016 16:05:43 -0400 Subject: Set TERM in tmux --- .tmux.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.tmux.conf') diff --git a/.tmux.conf b/.tmux.conf index b3ab7fdd..07d5ac30 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -3,6 +3,8 @@ set -g prefix C-e bind C-e send-prefix set -g escape-time 0 +set -g default-terminal 'screen-256color' + set -g base-index 1 set -g renumber-windows on @@ -14,7 +16,7 @@ set -g window-status-current-format '#[reverse] #{pane_title} ' set -g window-status-separator '|' bind t new-window -c '#{pane_current_path}' -bind C-o last-window +bind o last-window bind s split-window -v -c '#{pane_current_path}' bind v split-window -h -c '#{pane_current_path}' -- cgit 1.4.1