summaryrefslogtreecommitdiffstats
path: root/.tmux.conf
diff options
context:
space:
mode:
authorYigit Sever2021-04-04 16:23:44 +0300
committerYigit Sever2021-04-04 16:23:44 +0300
commit89d768d021369768606c5529eabe90b9933ad8b4 (patch)
tree7f58143372b9be3a5c66b08ea881aeb60b6fadd7 /.tmux.conf
parent576ad77d0c9359f6910930aafb072b48b59d82ac (diff)
downloaddotfiles-89d768d021369768606c5529eabe90b9933ad8b4.tar.gz
dotfiles-89d768d021369768606c5529eabe90b9933ad8b4.tar.bz2
dotfiles-89d768d021369768606c5529eabe90b9933ad8b4.zip
Add tmux plugins
diffstat (limited to '.tmux.conf')
-rw-r--r--.tmux.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/.tmux.conf b/.tmux.conf
index 56e05ea..e0ff871 100644
--- a/.tmux.conf
+++ b/.tmux.conf
@@ -79,8 +79,17 @@ set -g visual-activity on
79set -g default-terminal "tmux-256color" 79set -g default-terminal "tmux-256color"
80set-option -ga terminal-overrides ",xterm-kitty:Tc" 80set-option -ga terminal-overrides ",xterm-kitty:Tc"
81 81
82#############
83# plugins #
84#############
85
82set -g @plugin 'tmux-plugins/tpm' 86set -g @plugin 'tmux-plugins/tpm'
83set -g @plugin 'tmux-plugins/tmux-yank' 87set -g @plugin 'tmux-plugins/tmux-yank'
88set -g @plugin 'tmux-plugins/tmux-resurrect'
89set -g @plugin 'tmux-plugins/tmux-continuum'
90set -g @plugin 'laktak/extrakto'
91
92set -g @sidebar-tree-command 'tree -C'
84 93
85 94
86run -b '~/.tmux/plugins/tpm/tpm' 95run -b '~/.tmux/plugins/tpm/tpm'