From a0867dd2a33afe6ea6185ea1118fc1e6dc24e22b Mon Sep 17 00:00:00 2001 From: Jordan Orelli Date: Sat, 2 Jan 2021 17:23:24 +0000 Subject: [PATCH] dunno what these tmux settings are but ok --- .tmux.conf | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.tmux.conf b/.tmux.conf index 5091fd2..4fb7a3b 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -1,5 +1,10 @@ +# always indicate the terminal supports 256 colors +set -g default-terminal "screen-256color" + +# set the default leader to ctrl-A instead of ctrl-B unbind-key C-b set -g prefix 'C-a' + bind-key a send-prefix unbind ^A @@ -7,3 +12,5 @@ bind ^A select-pane -t :.+ bind-key C-Tab next-window bind-key C-S-Tab previous-window + +set-option -g mouse on