add fingers keybinds

This commit is contained in:
Tyler Starr 2024-05-13 19:14:14 -07:00
parent 7dc53ccefc
commit a1838f70c0

View File

@ -96,6 +96,8 @@ set-option -g repeat-time 0
# Install plugin manager # Install plugin manager
set -g @plugin 'fcsonline/tmux-thumbs' set -g @plugin 'fcsonline/tmux-thumbs'
run-shell ~/.tmux/plugins/tmux-thumbs/tmux-thumbs.tmux 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) # Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tpm'