diff options
| -rw-r--r-- | .tmux.conf | 9 |
1 files changed, 9 insertions, 0 deletions
| @@ -79,8 +79,17 @@ set -g visual-activity on | |||
| 79 | set -g default-terminal "tmux-256color" | 79 | set -g default-terminal "tmux-256color" |
| 80 | set-option -ga terminal-overrides ",xterm-kitty:Tc" | 80 | set-option -ga terminal-overrides ",xterm-kitty:Tc" |
| 81 | 81 | ||
| 82 | ############# | ||
| 83 | # plugins # | ||
| 84 | ############# | ||
| 85 | |||
| 82 | set -g @plugin 'tmux-plugins/tpm' | 86 | set -g @plugin 'tmux-plugins/tpm' |
| 83 | set -g @plugin 'tmux-plugins/tmux-yank' | 87 | set -g @plugin 'tmux-plugins/tmux-yank' |
| 88 | set -g @plugin 'tmux-plugins/tmux-resurrect' | ||
| 89 | set -g @plugin 'tmux-plugins/tmux-continuum' | ||
| 90 | set -g @plugin 'laktak/extrakto' | ||
| 91 | |||
| 92 | set -g @sidebar-tree-command 'tree -C' | ||
| 84 | 93 | ||
| 85 | 94 | ||
| 86 | run -b '~/.tmux/plugins/tpm/tpm' | 95 | run -b '~/.tmux/plugins/tpm/tpm' |
