From 48b271cb4b1b73aae9cd97ac585a5165a17b5d05 Mon Sep 17 00:00:00 2001 From: Barak Michener Date: Thu, 9 Aug 2018 22:47:57 -0700 Subject: [PATCH] tmux from 1 --- .tmux.conf | 5 +++++ 1 file changed, 5 insertions(+) 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 +