From 6616faef80e991fece8413c9dc85f24bb7214a4a Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Fri, 24 Feb 2023 18:41:50 +0000 Subject: [PATCH] Updates tmux-yank --- config/tmux/tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/tmux/tmux.conf b/config/tmux/tmux.conf index a9b3006..282b525 100644 --- a/config/tmux/tmux.conf +++ b/config/tmux/tmux.conf @@ -97,10 +97,10 @@ set -g @plugin 'tmux-plugins/tmux-sessionist' # Easily manage sessions set -g @plugin 'tmux-plugins/tmux-continuum' # Contineous saves environment for next time set -g @plugin 'tmux-plugins/tmux-resurrect' # Restart previous environment on launch set -g @plugin 'tmux-plugins/tmux-sidebar' # Shows file tree on the left, `tab` +set -g @plugin 'tmux-plugins/tmux-yank' # Save text to system clipboard set -g @plugin 'tmux-plugins/tmux-open' # Opens highlighted addresses / files: `o` set -g @plugin 'jaclu/tmux-menus' # Context menus for common tasks: `#` set -g @plugin 'laktak/extrakto' # Clipboard copy and output completions -set -g @plugin 'tmux-plugins/tmux-yank' # Save text to system clipboard # Install status bar plugins set -g @plugin 'xamut/tmux-weather'