We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b2611e commit 779a2e1Copy full SHA for 779a2e1
tmux/tmux.conf
@@ -22,8 +22,8 @@ set -g set-titles on
22
set -g set-titles-string "#I:#W"
23
24
# 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
+set -g base-index 1
+setw -g pane-base-index 1
27
28
# Enable mouse support
29
set -g mouse on
0 commit comments