summaryrefslogtreecommitdiffstats
path: root/tmux.conf
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2018-11-04 20:06:29 -0500
committerJesse Luehrs <doy@tozt.net>2018-11-04 20:06:29 -0500
commit3964b602ae658f1f064e30bca9a1b1fb49af75f0 (patch)
tree8bc2c7b7aa8c4ad8d82e36b926c29fa7452d603a /tmux.conf
parent6ef0b76a90492c822f0230eee7a9dedaf01e230d (diff)
downloadconf-3964b602ae658f1f064e30bca9a1b1fb49af75f0.tar.gz
conf-3964b602ae658f1f064e30bca9a1b1fb49af75f0.zip
replace url::search with a thing i wrote in rust instead
Diffstat (limited to 'tmux.conf')
-rw-r--r--tmux.conf2
1 files changed, 1 insertions, 1 deletions
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