From 6a2fac03d353d906cd52c7ec6ee730cc916d71a6 Mon Sep 17 00:00:00 2001 From: dummy Date: Tue, 30 Jan 2018 11:46:05 -0500 Subject: [PATCH] add mouse stuff to .tmux.conf --- .tmux.conf | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.tmux.conf b/.tmux.conf index 61edda3..0987995 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -4,7 +4,16 @@ set -g default-terminal "screen-256color" set-option -g prefix C-a bind-key C-a last-window set-window-option -g mode-keys vi -set -s escape-time 0 +set -s escape-time 50 + +# Make mouse useful in copy mode +setw -g mouse on + + +########################################## +# TERMINAL EMULATOR TITLES +set -g set-titles on +#set -g set-titles-string "#(tmux ls | awk -F: '{print $1}' | xargs | sed 's/\ / | /g')" # Smart pane switching with awareness of Vim splits. # See: https://github.com/christoomey/vim-tmux-navigator