shownotes-w3m-rice/w3m_context_view_tmux.txt

12 lines
387 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=C7YPjbrTeCs
2013-04-14 21:50:03 +00:00
# for ~/.tmux.conf
# w3m as a url context viewer and launcher
# http://www.mail-archive.com/mutt-users@mutt.org/msg09657.html
# hit : to activate links
# hit Esc then Shift+M to open GUI browser
bind-key y capture-pane \; save-buffer /tmp/tmux-buffer \; \
new-window -n "w3m" '$SHELL -c "w3m < /tmp/tmux-buffer"'