diff --git a/home/dot_tmux.conf b/home/dot_tmux.conf index 473f6e4b..32877236 100644 --- a/home/dot_tmux.conf +++ b/home/dot_tmux.conf @@ -96,6 +96,8 @@ set-option -g repeat-time 0 # Install plugin manager set -g @plugin 'fcsonline/tmux-thumbs' run-shell ~/.tmux/plugins/tmux-thumbs/tmux-thumbs.tmux +set -g @thumbs-key F +set -g @thumbs-command 'echo -n {} | wl-copy' # Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf) set -g @plugin 'tmux-plugins/tpm'