From 1d1d80f2f6d02c327112f997d72cee6de368891c Mon Sep 17 00:00:00 2001 From: "phansible (aamon)" Date: Tue, 6 May 2025 18:22:00 -0400 Subject: [PATCH] Aesthetics, align comment --- .tmux.conf | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) 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