Aesthetics, align comment
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user