From 445b8eb65a3d40638c7a110487a9ac6fc4331757 Mon Sep 17 00:00:00 2001 From: steveokard Date: Mon, 31 Jul 2017 11:32:18 -0400 Subject: [PATCH] Tmux: vi mode, visual act, select pane border --- .tmux.conf | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.tmux.conf b/.tmux.conf index 5992469..f7b8cd6 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -2,5 +2,15 @@ set -g prefix C-a unbind C-b bind C-a send-prefix +#Mouse/Scrollback Tweaks set -g history-limit 20000 +setw -g mode-keys vi set-option -g mouse on +set-option -g pane-active-border-fg yellow +#New Keybindings +bind-key r source-file ~/.tmux.conf \; display-message "~/.tmux.conf reloaded" +#Misc Enables +set -g default-terminal "screen-256color" +setw -g monitor-activity on +set -g visual-activity on +set -g status-justify centre