diff options
| author | Yigit Sever | 2021-04-04 16:23:44 +0300 |
|---|---|---|
| committer | Yigit Sever | 2021-04-04 16:23:44 +0300 |
| commit | 89d768d021369768606c5529eabe90b9933ad8b4 (patch) | |
| tree | 7f58143372b9be3a5c66b08ea881aeb60b6fadd7 | |
| parent | 576ad77d0c9359f6910930aafb072b48b59d82ac (diff) | |
| download | dotfiles-89d768d021369768606c5529eabe90b9933ad8b4.tar.gz dotfiles-89d768d021369768606c5529eabe90b9933ad8b4.tar.bz2 dotfiles-89d768d021369768606c5529eabe90b9933ad8b4.zip | |
Add tmux plugins
| -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' |
