From 3736944ce4947f5389d3c36c9377f61245f613a1 Mon Sep 17 00:00:00 2001 From: Christopher Beckmann Date: Mon, 1 May 2023 02:08:52 +0200 Subject: [PATCH] Update '.tmux.conf' --- .tmux.conf | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.tmux.conf b/.tmux.conf index 64f8b89..f7502a3 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -1,9 +1,9 @@ # tmux theme +set-option -g status-position top source-file "${XDG_CONFIG_HOME}/tmux/tmux.theme" # default shell set-option -g default-shell /bin/zsh -set-option -g status-position top # Remap prefix from 'C-b' to 'C-a' unbind C-b @@ -42,11 +42,6 @@ bind -r L resize-pane -R 5 # Enable mouse control (clickable windows, panes, resizable panes) set -g mouse on -# Fix numbering for easy switching -set -g base-index 1 -setw -g pane-base-index 1 -set -g renumber-windows on - # Timeout for display messages (in milliseconds) set -g display-time 1000 @@ -58,5 +53,10 @@ set -g @plugin 'tmux-plugins/tmux-prefix-highlight' bind -T copy-mode C-c send -X copy-pipe-no-clear "xclip -sel clip" bind -T copy-mode-vi C-c send -X copy-pipe-no-clear "xclip -sel clip" +# Fix numbering for easy switching +set -g base-index 1 +setw -g pane-base-index 1 +set -g renumber-windows on + ## init tpm run ${XDG_CONFIG_HOME}/tmux/plugins/tpm/tpm