summaryrefslogtreecommitdiffstats
path: root/.tmux.conf
diff options
context:
space:
mode:
authorYigit Sever2019-09-17 16:25:50 +0300
committerYigit Sever2019-09-17 16:25:50 +0300
commit3ecf8f54d24efbd479163541e0570327bf64fbeb (patch)
tree483ed2cdd275d9219b0b03c1b1186682e967b13a /.tmux.conf
parent7075b84e163a00e8c311c51463827330b40f2975 (diff)
downloaddotfiles-3ecf8f54d24efbd479163541e0570327bf64fbeb.tar.gz
dotfiles-3ecf8f54d24efbd479163541e0570327bf64fbeb.tar.bz2
dotfiles-3ecf8f54d24efbd479163541e0570327bf64fbeb.zip
No more tpm, default yank behaviour
diffstat (limited to '.tmux.conf')
-rw-r--r--.tmux.conf8
1 files changed, 0 insertions, 8 deletions
diff --git a/.tmux.conf b/.tmux.conf
index 1e98f0e..f8cc9be 100644
--- a/.tmux.conf
+++ b/.tmux.conf
@@ -78,11 +78,3 @@ set -g visual-activity on
78 78
79set -g default-terminal "xterm-kitty" 79set -g default-terminal "xterm-kitty"
80set-option -ga terminal-overrides ",xterm-kitty:Tc" 80set-option -ga terminal-overrides ",xterm-kitty:Tc"
81
82# List of plugins
83set -g @plugin 'tmux-plugins/tpm'
84set -g @plugin 'tmux-plugins/tmux-sensible'
85set -g @plugin 'tmux-plugins/tmux-yank'
86
87# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
88run -b '~/.tmux/plugins/tpm/tpm'