Skip to content

Commit 779a2e1

Browse files
Raziuddin KhajaRaziuddin Khaja
authored andcommitted
# 4 | Revert to start index of window/pane with 1, instead of 0.
1 parent 3b2611e commit 779a2e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tmux/tmux.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ set -g set-titles on
2222
set -g set-titles-string "#I:#W"
2323

2424
# Start index of window/pane with 1, because we're humans, not computers
25-
#set -g base-index 1
26-
#setw -g pane-base-index 1
25+
set -g base-index 1
26+
setw -g pane-base-index 1
2727

2828
# Enable mouse support
2929
set -g mouse on

0 commit comments

Comments
 (0)