diff options
author | Yigit Sever | 2019-09-17 16:25:50 +0300 |
---|---|---|
committer | Yigit Sever | 2019-09-17 16:25:50 +0300 |
commit | 3ecf8f54d24efbd479163541e0570327bf64fbeb (patch) | |
tree | 483ed2cdd275d9219b0b03c1b1186682e967b13a | |
parent | 7075b84e163a00e8c311c51463827330b40f2975 (diff) | |
download | dotfiles-3ecf8f54d24efbd479163541e0570327bf64fbeb.tar.gz dotfiles-3ecf8f54d24efbd479163541e0570327bf64fbeb.tar.bz2 dotfiles-3ecf8f54d24efbd479163541e0570327bf64fbeb.zip |
No more tpm, default yank behaviour
-rw-r--r-- | .tmux.conf | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -78,11 +78,3 @@ set -g visual-activity on | |||
78 | 78 | ||
79 | set -g default-terminal "xterm-kitty" | 79 | set -g default-terminal "xterm-kitty" |
80 | set-option -ga terminal-overrides ",xterm-kitty:Tc" | 80 | set-option -ga terminal-overrides ",xterm-kitty:Tc" |
81 | |||
82 | # List of plugins | ||
83 | set -g @plugin 'tmux-plugins/tpm' | ||
84 | set -g @plugin 'tmux-plugins/tmux-sensible' | ||
85 | set -g @plugin 'tmux-plugins/tmux-yank' | ||
86 | |||
87 | # Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf) | ||
88 | run -b '~/.tmux/plugins/tpm/tpm' | ||