mirror of
https://github.com/gotbletu/shownotes
synced 2024-11-05 00:00:51 +00:00
12 lines
387 B
Plaintext
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"'
|
|
|