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.

9 lines
315 B
Plaintext

11 years ago
# 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"'