tmux with urlscan
This commit is contained in:
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user