dotfiles: sync from prime

This commit is contained in:
2021-02-20 21:02:37 +02:00
parent 505fe7fae0
commit c5afa43ab7
3 changed files with 29 additions and 4 deletions

View File

@@ -29,13 +29,9 @@ set -g window-status-style fg=colour244,bg=default
set -g window-status-current-style fg=colour166,bg=default
set -g message-style fg=colour166,bg=colour235
# set -g window-status-format " #W "
# set -g window-status-current-format " #W "
set -g window-status-format " ━━━ "
set -g window-status-current-format " ━━━ "
set -g status-left ''
set -g status-right ''
set -g status-justify centre
@@ -58,6 +54,8 @@ bind-key -T copy-mode-vi 'y' send -X copy-pipe-and-cancel "pbcopy" # Yank select
bind-key -T copy-mode-vi 'K' send -X halfpage-up
bind-key -T copy-mode-vi 'J' send -X halfpage-down
bind N new-session
# => Plugins
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'