diff options
author | Yigit Sever | 2019-05-01 16:10:57 +0300 |
---|---|---|
committer | Yigit Sever | 2019-05-01 16:10:57 +0300 |
commit | de0f47cda434ac221f20ae54582918b5625204a0 (patch) | |
tree | 131018cd6ffbeb80686dc7d466391034c5e4f5c1 | |
parent | 789818651e4e68f41b041cd8d0f998aeb7a7b455 (diff) | |
download | dotfiles-de0f47cda434ac221f20ae54582918b5625204a0.tar.gz dotfiles-de0f47cda434ac221f20ae54582918b5625204a0.tar.bz2 dotfiles-de0f47cda434ac221f20ae54582918b5625204a0.zip |
Add tmux-yank plugin
-rw-r--r-- | .tmux.conf | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -87,6 +87,7 @@ set-option -ga terminal-overrides ",xterm-kitty:Tc" | |||
87 | # List of plugins | 87 | # List of plugins |
88 | set -g @plugin 'tmux-plugins/tpm' | 88 | set -g @plugin 'tmux-plugins/tpm' |
89 | set -g @plugin 'tmux-plugins/tmux-sensible' | 89 | set -g @plugin 'tmux-plugins/tmux-sensible' |
90 | set -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) |
92 | run -b '~/.tmux/plugins/tpm/tpm' | 93 | run -b '~/.tmux/plugins/tpm/tpm' |