This commit is contained in:
Josh Patra
2024-03-18 16:30:03 -04:00
parent 07728a34f1
commit b845758462

View File

@@ -25,7 +25,7 @@ set -g mouse on
# reload config file (change file location to the tmux.conf you want to use) # reload config file (change file location to the tmux.conf you want to use)
unbind r unbind r
bind r source-file ~/.tmux.conf \; display "Reloaded!" bind r source-file ~/.dotfiles/tmux/.tmux.conf \; display "Reloaded!"
# quick reload # quick reload
@@ -75,11 +75,13 @@ set -g message-style 'fg=colour2 bg=colour0 bold'
# List of plugins # List of plugins
set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible' # set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @plugin 'christoomey/vim-tmux-navigator' set -g @plugin 'christoomey/vim-tmux-navigator'
set -g @plugin 'dracula/tmux' set -g @plugin 'dracula/tmux'
# set -g @plugin 'catppuccin/tmux'
set -g @plugin 'tmux-plugins/tmux-yank' set -g @plugin 'tmux-plugins/tmux-yank'
# set -g @catppuccin_flavour 'latte'
set -g @dracula-refresh-rate 1 set -g @dracula-refresh-rate 1
set -g @dracula-show-powerline true set -g @dracula-show-powerline true
set -g @dracula-fixed-location "Flemington" set -g @dracula-fixed-location "Flemington"