Add urlscan options :)

This commit is contained in:
gardouille 2024-03-14 16:59:12 +01:00
parent 9636339acf
commit 43994b3aa3
Signed by: gardouille
GPG Key ID: E759BAA22501AF32

View File

@ -133,7 +133,7 @@ bind C-s set-window-option synchronize-panes
bind-key u capture-pane \;\
save-buffer ~/.tmux/.tmux-buffer \;\
if 'command -v urlview' 'split-window -l 15 "urlview ~/.tmux/.tmux-buffer"' \;\
if 'command -v urlscan' 'split-window -l 15 "urlscan ~/.tmux/.tmux-buffer"'
if 'command -v urlscan' 'split-window -l 15 "urlscan --compact --dedupe --nohelp ~/.tmux/.tmux-buffer"'
# Create a new session
unbind C-t