diff --git a/.tmux.conf b/.tmux.conf index f95a8b1..231f081 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -3,9 +3,8 @@ ######################################### set-option -g prefix C-a # Set Ctrl-a as the prefix key -unbind C-b # Unbind the default Ctrl-b prefix - -set -sg escape-time 1 # Shorten command delay for faster responsiveness +unbind C-b # Unbind the default Ctrl-b prefix +set -sg escape-time 1 # Shorten command delay for faster responsiveness ######################################### # Terminal and Display @@ -18,8 +17,8 @@ set-option -g default-terminal "tmux-256color" # Force tmux to use 256 colors if ######################################### set-option -g history-limit 10000 # Set the scrollback history limit to 10,000 lines -set-option -g base-index 1 # Start window indexing at 1 (instead of 0) -set-option -g pane-base-index 1 # Start pane indexing at 1 (instead of 0) +set-option -g base-index 1 # Start window indexing at 1 (instead of 0) +set-option -g pane-base-index 1 # Start pane indexing at 1 (instead of 0) ######################################### # Key Bindings