tmux window now start at 1
This commit is contained in:
@@ -8,6 +8,9 @@ set -g prefix C-s
|
|||||||
# Options to make tmux more pleasant
|
# Options to make tmux more pleasant
|
||||||
set -g mouse on
|
set -g mouse on
|
||||||
set -g default-terminal "tmux-256color"
|
set -g default-terminal "tmux-256color"
|
||||||
|
set -g base-index 1
|
||||||
|
set -g pane-base-index 1
|
||||||
|
set -g renumber-windows on
|
||||||
|
|
||||||
# using vim motions
|
# using vim motions
|
||||||
bind-key h select-pane -L
|
bind-key h select-pane -L
|
||||||
|
|||||||
Reference in New Issue
Block a user