mirror of
https://github.com/prurigro/darkcloud-tmuxconfig.git
synced 2024-11-23 07:34:10 -05:00
Tweaked comment on $TERM after realizing override should be for urxvt
This commit is contained in:
parent
94c093e087
commit
2eb64d2593
2 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@ bind Space send-prefix
|
|||
# SETTINGS
|
||||
#
|
||||
# general
|
||||
set-option -g default-terminal "screen-256color" #set $TERM variable (urxvt users use: rxvt-unicode-256color)
|
||||
set-option -g default-terminal "screen-256color" #set $TERM variable so programs know how to behave
|
||||
set-option -g base-index 1 #start counting windows at 1 instead of 0 (for more logical keboard-switching)
|
||||
set-option -g pane-base-index 1 #start counting panes at 1 instead of 0
|
||||
set-option -g renumber-windows on #when a window is closed, renumber the remaining windows
|
||||
|
|
|
@ -22,7 +22,7 @@ bind Space send-prefix
|
|||
# SETTINGS
|
||||
#
|
||||
# general
|
||||
set-option -g default-terminal "screen-256color" #set $TERM variable (urxvt users use: rxvt-unicode-256color)
|
||||
set-option -g default-terminal "screen-256color" #set $TERM variable so programs know how to behave
|
||||
set-option -g base-index 1 #start counting windows at 1 instead of 0 (for more logical keboard-switching)
|
||||
set-option -g pane-base-index 1 #start counting panes at 1 instead of 0
|
||||
set-option -g renumber-windows on #when a window is closed, renumber the remaining windows
|
||||
|
|
Loading…
Reference in a new issue