Add Yank and Copy to tmux! Finally understanding copy mode. <prefix>[ :)

This commit is contained in:
Shawn Anderson 2023-12-06 21:41:58 -08:00
parent 0ae28ff615
commit 3ae73e985a
1 changed files with 10 additions and 0 deletions

View File

@ -34,5 +34,15 @@ set -g @plugin 'linuxiscool/tmux-text-macros'
# Tmux FZF # Tmux FZF
set -g @plugin 'sainnhe/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 # Initialize Plugins
run -b "~/.config/tmux/plugins/tpm/tpm" run -b "~/.config/tmux/plugins/tpm/tpm"