From 821182a45e477abf79c7abaadefa13f99b9b1328 Mon Sep 17 00:00:00 2001 From: Atao Date: Sat, 8 Jun 2024 14:14:30 +0200 Subject: [PATCH] Add changes to tmux.conf --- tmux.conf | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/tmux.conf b/tmux.conf index 453ef1c..9fb0dee 100644 --- a/tmux.conf +++ b/tmux.conf @@ -1,6 +1,12 @@ -set -ag terminal-overrides ",xterm-256color:RGB" +set-option -sa terminal-overrides ",xterm-256color:RGB" set -g default-terminal "screen-256color" +set-option -g default-shell /usr/bin/zsh + +# Start window at 1 instead of 0 +set -g base-index 1 +setw -g pane-base-index 1 + set -g mouse on # ---- Change prefix key