summaryrefslogtreecommitdiffstats
path: root/.tmux.conf
diff options
context:
space:
mode:
authorYigit Sever2019-09-18 17:26:03 +0300
committerYigit Sever2019-09-18 17:26:03 +0300
commit7959f227c5fabe9900a1eda432228190be2360a8 (patch)
treec1de15a0f7d0012909039a5b36a0e43dc93d311d /.tmux.conf
parentbd444bcc6d882b983d36e43ec20703321eef50df (diff)
downloaddotfiles-7959f227c5fabe9900a1eda432228190be2360a8.tar.gz
dotfiles-7959f227c5fabe9900a1eda432228190be2360a8.tar.bz2
dotfiles-7959f227c5fabe9900a1eda432228190be2360a8.zip
Add tpm for tmux-yank
diffstat (limited to '.tmux.conf')
-rw-r--r--.tmux.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/.tmux.conf b/.tmux.conf
index f8cc9be..12c0b7f 100644
--- a/.tmux.conf
+++ b/.tmux.conf
@@ -78,3 +78,9 @@ 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
82set -g @plugin 'tmux-plugins/tpm'
83set -g @plugin 'tmux-plugins/tmux-yank'
84
85
86run -b '~/.tmux/plugins/tpm/tpm'