diff --git a/.tmux.conf b/.tmux.conf index 28d15df..606e899 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -1,5 +1,9 @@ set -g prefix C-a unbind C-b + +set -g base-index 1 +setw -g pane-base-index 1 + bind-key C-o last-window bind-key C-a select-pane -t :.+ bind-key a send-prefix @@ -39,3 +43,4 @@ set -g visual-activity on # Highlighting the active window in status bar setw -g window-status-current-bg red +