From 3ae73e985a53b6806e0f7a9ca86d80e9c4abdc86 Mon Sep 17 00:00:00 2001 From: Shawn Anderson Date: Wed, 6 Dec 2023 21:41:58 -0800 Subject: [PATCH] Add Yank and Copy to tmux! Finally understanding copy mode. [ :) --- dotfiles/.config/tmux/plugins.tmux | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/dotfiles/.config/tmux/plugins.tmux b/dotfiles/.config/tmux/plugins.tmux index c1ca479..96192a6 100644 --- a/dotfiles/.config/tmux/plugins.tmux +++ b/dotfiles/.config/tmux/plugins.tmux @@ -34,5 +34,15 @@ set -g @plugin 'linuxiscool/tmux-text-macros' # Tmux FZF set -g @plugin 'sainnhe/tmux-fzf' +# Tmux chatgpt +# set -g @plugin '/home/ygg/Repos/tmux-chatgpt' +# unbind-key -n C-g + +# Tmux Yank +set -g @plugin 'tmux-plugins/tmux-yank' + +# Tmux Copy +set -g @plugin 'tmux-plugins/tmux-copycat' + # Initialize Plugins run -b "~/.config/tmux/plugins/tpm/tpm"