tmux with urlscan

This commit is contained in:
Henrik Bakken
2025-05-21 11:20:36 +02:00
parent 4d7f10b7bc
commit 403affba91
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -105,6 +105,9 @@ bind r source-file ~/.config/tmux/tmux.conf \; refresh-client \; display-message
# zoom control
bind -n M-o resize-pane -Z
# get urls
bind u run "tmux popup -E -b double -w 100% -h 100% sh -c 'tmux capture-pane -Jp | urlscan -d' "
# split panes using | and -, make sure they open in the same path
bind v split-window -h -c "#{pane_current_path}"
bind s split-window -v -c "#{pane_current_path}"