Skip to content

Commit

Permalink
re-enable tmux plugin manager
Browse files Browse the repository at this point in the history
  • Loading branch information
llago-atlassian committed Apr 27, 2023
1 parent 678b649 commit 25fc303
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,6 @@ set -g mouse on
# don't rename windows automatically
set-option -g allow-rename off

# List of plugins
# set -g @plugin 'tmux-plugins/tpm'
# set -g @plugin 'egel/tmux-gruvbox'
# set -g @plugin 'tmux-plugins/tmux-yank'
# set -g @plugin 'tmux-plugins/tmux-prefix-highlight'


# 0 is too far from ` ;)
set -g base-index 1
# Loud or quiet?
Expand Down Expand Up @@ -113,4 +106,7 @@ set-option -g status-right "#[bg=colour237,fg=colour239 nobold, nounderscore, no
set-window-option -g window-status-current-format "#[bg=colour214,fg=colour237,nobold,noitalics,nounderscore]#[bg=colour214,fg=colour239] #I #[bg=colour214,fg=colour239,bold] #W#{?window_zoomed_flag,*Z,} #[bg=colour237,fg=colour214,nobold,noitalics,nounderscore]"
set-window-option -g window-status-format "#[bg=colour239,fg=colour237,noitalics]#[bg=colour239,fg=colour223] #I #[bg=colour239,fg=colour223] #W #[bg=colour237,fg=colour239,noitalics]"

# run -b '~/.tmux/plugins/tpm/tpm'
# Keep at bottom
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'
run '~/.tmux/plugins/tpm/tpm'

0 comments on commit 25fc303

Please sign in to comment.