Merge branch 'main' of git.pro100code.ru:t0xa/configs_collection
This commit is contained in:
commit
0c6cb90822
1 changed files with 4 additions and 0 deletions
|
|
@ -31,6 +31,10 @@ bind-key -T copy-mode-vi v send-keys -X begin-selection
|
||||||
bind-key -T copy-mode-vi C-v send-keys -X rectangle-toggle
|
bind-key -T copy-mode-vi C-v send-keys -X rectangle-toggle
|
||||||
bind-key -T copy-mode-vi y send-keys -X copy-selection-and-cancel
|
bind-key -T copy-mode-vi y send-keys -X copy-selection-and-cancel
|
||||||
|
|
||||||
|
# Theme
|
||||||
|
set -g window-status-format "#I:#W" # Index and Name
|
||||||
|
set -g window-status-current-format "#I:#W" # Current window
|
||||||
|
|
||||||
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
|
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
|
||||||
run '~/.tmux/plugins/tpm/tpm'
|
run '~/.tmux/plugins/tpm/tpm'
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue