shownotes-w3m-rice/urlview_tmux.txt

18 lines
518 B
Plaintext
Raw Normal View History

2013-05-24 22:14:09 +00:00
# this is notes for video: http://www.youtube.com/watch?v=guB4WuVFhtY
2013-04-04 04:34:40 +00:00
## for ~/.tmux.conf
# Urlviewer; grab links from any tmux window/pane and open it with external apps
# https://wiki.archlinux.org/index.php/Tmux#Browsing_URL.27s
bind-key u capture-pane \; save-buffer /tmp/tmux-buffer \; new-window -n "urlview" '$SHELL -c "urlview < /tmp/tmux-buffer"'
## for ~/.urlview
# set browser
# http://does-not-exist.org/mail-archives/mutt-users/msg18479.html
COMMAND exec >> /tmp/urlview.out 2>&1; set -x; firefox