Ensure tmux windows start numbering from 1.
This commit is contained in:
parent
f1238300d5
commit
2313fe22d1
|
@ -4,3 +4,6 @@ set-option -g prefix C-a
|
|||
# "Normal" scrolling
|
||||
set -g terminal-overrides 'xterm*:smcup@:rmcup@'
|
||||
set -g mode-mouse on
|
||||
|
||||
# Set first window to 1
|
||||
set -g base-index 1
|
||||
|
|
Loading…
Reference in a new issue