From 8b85af0188990f5ed253ca786cd5f69e778bae54 Mon Sep 17 00:00:00 2001 From: Andrew Coleman Date: Mon, 28 Dec 2020 10:53:58 -0500 Subject: [PATCH] update tmux configuration --- .tmux.conf | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/.tmux.conf b/.tmux.conf index 4d6fe0d..fbdff67 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -1 +1,14 @@ -set -g default-terminal "xterm-256color" +# Use C-j as secondary prefix key +set -g prefix2 C-j + +# Send C-j when C-j C-j is pressed +bind-key C-j send-prefix -2 + +set -g default-terminal screen-256color + +# Use vi-style key bindings in view-mode, tree-mode, etc. +#set -g mode-keys vi + +# enable activity alerts +setw -g monitor-activity on +set -g visual-activity on