mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 18:02:13 +02:00
tmux windows indices now start at 1 instead of 0
This commit is contained in:
@@ -3,6 +3,9 @@ unbind C-b
|
|||||||
set-option -g prefix C-a
|
set-option -g prefix C-a
|
||||||
bind-key C-a send-prefix
|
bind-key C-a send-prefix
|
||||||
|
|
||||||
|
# Start windows at index 1 instead of 0
|
||||||
|
set -g base-index 1
|
||||||
|
|
||||||
# VI-mode
|
# VI-mode
|
||||||
set-window-option -g mode-keys vi
|
set-window-option -g mode-keys vi
|
||||||
set-window-option -g status-keys vi
|
set-window-option -g status-keys vi
|
||||||
|
|||||||
Reference in New Issue
Block a user