summaryrefslogtreecommitdiffstats
path: root/.tmux.conf
diff options
context:
space:
mode:
authorYigit Sever2019-05-01 16:10:57 +0300
committerYigit Sever2019-05-01 16:10:57 +0300
commitde0f47cda434ac221f20ae54582918b5625204a0 (patch)
tree131018cd6ffbeb80686dc7d466391034c5e4f5c1 /.tmux.conf
parent789818651e4e68f41b041cd8d0f998aeb7a7b455 (diff)
downloaddotfiles-de0f47cda434ac221f20ae54582918b5625204a0.tar.gz
dotfiles-de0f47cda434ac221f20ae54582918b5625204a0.tar.bz2
dotfiles-de0f47cda434ac221f20ae54582918b5625204a0.zip
Add tmux-yank plugin
diffstat (limited to '.tmux.conf')
-rw-r--r--.tmux.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/.tmux.conf b/.tmux.conf
index 13e489c..74d5a1e 100644
--- a/.tmux.conf
+++ b/.tmux.conf
@@ -87,6 +87,7 @@ set-option -ga terminal-overrides ",xterm-kitty:Tc"
87# List of plugins 87# List of plugins
88set -g @plugin 'tmux-plugins/tpm' 88set -g @plugin 'tmux-plugins/tpm'
89set -g @plugin 'tmux-plugins/tmux-sensible' 89set -g @plugin 'tmux-plugins/tmux-sensible'
90set -g @plugin 'tmux-plugins/tmux-yank'
90 91
91# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf) 92# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
92run -b '~/.tmux/plugins/tpm/tpm' 93run -b '~/.tmux/plugins/tpm/tpm'