From 8f88719b7bd3a4fdca7924a41d6344d863abf3e1 Mon Sep 17 00:00:00 2001 From: Dustin Swan Date: Thu, 18 Jul 2013 20:01:36 -0500 Subject: [PATCH] Adding browse URL thing to tmux --- tmux.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tmux.conf b/tmux.conf index 80db77f..248fabd 100644 --- a/tmux.conf +++ b/tmux.conf @@ -34,3 +34,6 @@ set -g default-terminal "screen-256color" source '/usr/local/lib/python2.7/site-packages/powerline/bindings/tmux/powerline.conf' # Linux source '/usr/share/tmux/powerline.conf' + +# Browes URLs +bind-key u capture-pane \; save-buffer /tmp/tmux-buffer \; new-window -n "urlview" '$SHELL -c "urlview < /tmp/tmux-buffer"'