You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
387 B
Plaintext

# this is notes for video: http://www.youtube.com/watch?v=C7YPjbrTeCs
# 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"'