[tmux] Change base index to 1
This commit is contained in:
@@ -1,11 +1,14 @@
|
|||||||
set -g @plugin 'tmux-plugins/tmux-resurrect'
|
set -g @plugin 'tmux-plugins/tmux-resurrect'
|
||||||
set -g @plugin 'tmux-plugins/tmux-continuum'
|
set -g @plugin 'tmux-plugins/tmux-continuum'
|
||||||
|
|
||||||
set -g @continuum-save-interval '5'
|
set -g @continuum-save-interval '2'
|
||||||
set -g @continuum-restore 'on'
|
set -g @continuum-restore 'on'
|
||||||
|
|
||||||
set -g mouse on
|
set -g mouse on
|
||||||
|
|
||||||
|
set -g base-index 1
|
||||||
|
set -g pane-base-index 1
|
||||||
|
|
||||||
# Faster escape sequences (better for Vim/Neovim)
|
# Faster escape sequences (better for Vim/Neovim)
|
||||||
set -s escape-time 10
|
set -s escape-time 10
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user