From 308191e23df1b55515df0d1e6b359535a201022e Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 16 Apr 2018 02:24:33 -0400 Subject: add tmux keybinding to open the most recent url in a browser --- tmux.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'tmux.conf') diff --git a/tmux.conf b/tmux.conf index 251764e..727b94c 100644 --- a/tmux.conf +++ b/tmux.conf @@ -36,6 +36,7 @@ bind ^N new-window bind ^D detach-client bind ^[ copy-mode bind { copy-mode +bind Enter run 'tmux capture-pane -p | find-urls | tail -n1 | xargs xdg-open' unbind ^B -- cgit v1.2.3-54-g00ecf