Skip to content

Commit adcfe4a

Browse files
committed
feat(tmux): reindex panel and window from 1
1 parent cc086f7 commit adcfe4a

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

dot_tmux.conf

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
1+
set-option -sa terminal-overrides ",xterm*:Tc"
2+
13
set -g default-terminal "screen-256color"
4+
set -g mouse on
5+
6+
set -g base-index 1
7+
set -g pane-base-index 1
8+
set-window-option -g pane-base-index 1
9+
set-option -g renumber-windows on
210

311
set -g @plugin 'tmux-plugins/tpm'
412
set -g @plugin 'tmux-plugins/tmux-sensible'
513
set -g @plugin 'srcery-colors/srcery-tmux'
6-
set -g @plugin 'olimorris/tmux-pomodoro-plus'
714

815
run '~/.tmux/plugins/tpm/tpm'

0 commit comments

Comments
 (0)