Adding browse URL thing to tmux

This commit is contained in:
Dustin Swan
2013-07-18 20:01:36 -05:00
parent d5cf996010
commit 8f88719b7b

View File

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