From 574c00d98c952d1b3d0db1b50ed1bddc9a1fcecf Mon Sep 17 00:00:00 2001 From: Anton Bobov Date: Fri, 30 Oct 2020 23:26:30 +0500 Subject: Updates. - add tmux plugins - TkRemind window default position --- files/.tmux.conf | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'files/.tmux.conf') diff --git a/files/.tmux.conf b/files/.tmux.conf index 07268a8..9e64f9a 100644 --- a/files/.tmux.conf +++ b/files/.tmux.conf @@ -68,6 +68,10 @@ set -g @plugin 'tmux-plugins/tmux-sensible' set -g @plugin 'seebi/tmux-colors-solarized' set -g @plugin 'christoomey/vim-tmux-navigator' set -g @plugin 'tmux-plugins/tmux-pain-control' +set -g @plugin 'tmux-plugins/tmux-yank' +set -g @plugin 'tmux-plugins/tmux-copycat' +set -g @plugin 'tmux-plugins/tmux-open' +set -g @plugin 'tmux-plugins/tmux-resurrect' # Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf) run '~/.tmux/plugins/tpm/tpm' -- cgit v1.2.3