|
|
|
set -g @plugin 'tmux-plugins/tpm' |
|
set -g @plugin 'tmux-plugins/tmux-sensible' |
|
set -g @plugin 'tmux-plugins/tmux-yank' |
|
set -g @plugin 'tmux-plugins/tmux-resurrect' |
|
set -g @plugin 'tmux-plugins/tmux-continuum' |
|
set -g @plugin 'sainnhe/tmux-fzf' |
|
set -g @plugin 'catppuccin/tmux' |
|
|
|
|
|
set -g set-clipboard on |
|
|
|
|
|
set -g @continuum-boot 'on' |
|
|
|
set -g @resurrect-strategy-nvim 'session' |
|
|
|
|
|
set-option -g bell-action none |
|
|
|
|
|
set-option -g default-command "zsh --no-globalrcs" |
|
|
|
set -g set-titles on |
|
|
|
set -g set-titles-string '#T #{pane_current_command}' |
|
|
|
set -g window-size smallest |
|
|
|
setw -g aggressive-resize on |
|
|
|
set -g mouse on |
|
|
|
set -g default-terminal "tmux-256color" |
|
|
|
set-option -ga terminal-overrides ",xterm-256color:Tc" |
|
|
|
|
|
bind r source-file ~/.tmux.conf \; display "Config reloaded!" |
|
|
|
|
|
run '~/.tmux/plugins/tpm/tpm' |
|
|