From 3964b602ae658f1f064e30bca9a1b1fb49af75f0 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 4 Nov 2018 20:06:29 -0500 Subject: replace url::search with a thing i wrote in rust instead --- tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tmux.conf') diff --git a/tmux.conf b/tmux.conf index 0ac0fa0..b11e915 100644 --- a/tmux.conf +++ b/tmux.conf @@ -36,7 +36,7 @@ bind ^N new-window bind ^D detach-client bind ^[ copy-mode bind { copy-mode -bind Enter run 'tmux capture-pane -p | perl -MURL::Search -E"say for URL::Search::extract_urls(do { local \$/; <> })" | tail -n1 | xargs xdg-open' +bind Enter run 'tmux capture-pane -p | open-link' bind -T copy-mode-vi v send-keys -X begin-selection bind -T copy-mode-vi ) send-keys -X start-of-line -- cgit v1.2.3-54-g00ecf