We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d1f8c4 commit 142659dCopy full SHA for 142659d
home/.tmux.conf
@@ -18,6 +18,12 @@ bind-key -n WheelDownPane \
18
set -g set-clipboard on
19
set -g @thumbs-key F
20
set -g @thumbs-command "tmux set-buffer -w -- {}"
21
+set -g @thumbs-upcase-command "xdg-open {}"
22
+set -g @thumbs-bg-color white
23
+set -g @thumbs-fg-color black
24
+set -g @thumbs-hint-fg-color white
25
+set -g @thumbs-hint-bg-color black
26
+set -g @thumbs-contrast 1
27
# match sri und sha256 hashes for nix
28
set -g @thumbs-regexp-1 '(sha256-[0-9a-zA-z=/+]{44}|[0-9a-f]{7,40}|[0-9a-z]{52})'
29
run-shell ~/.nix-profile/share/tmux-plugins/tmux-thumbs/tmux-thumbs.tmux
0 commit comments