more url paser

pull/4/head
Gotbletu 11 years ago
parent 40e56feb54
commit fbacbbccd8

@ -0,0 +1,5 @@
# for ~/.tmux.conf
# urlscan as context and url view
bind-key U capture-pane \; save-buffer /tmp/tmux-buffer \; \
new-window -n "urlscan" '$SHELL -c "urlscan -c < /tmp/tmux-buffer"'

@ -0,0 +1,8 @@
# 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"'
Loading…
Cancel
Save