jimeh / tmux-themepack

A pack of various Tmux themes.
1.67k stars 203 forks source link

How can get pane numbers? #53

Closed winsphinx closed 9 months ago

winsphinx commented 10 months ago

By default <prefix>+q will show a big number indicating the pane number. After installed the theme, no pane number appears. This is my .tmux.conf:

# keys
bind r source-file ~/.tmux.conf

# options
set -g prefix C-b
set -g prefix2 C-x

set -g mouse on

set -g mode-keys vi

# plugins
set -g @plugin 'tmux-plugins/tpm'
run '~/.tmux/plugins/tpm/tpm'

### comment the two lines, it shows numbers.
### set -g @plugin 'jimeh/tmux-themepack'
### set -g @themepack 'basic'

set -g @plugin 'tmux-plugins/tmux-resurrect' # persist tmux sessions after computer restart
set -g @resurrect-capture-pane-contents 'on'

set -g @plugin 'tmux-plugins/tmux-continuum' # automatically saves sessions for you every 15 minutes
set -g @continuum-restore 'on'