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"'