Adding browse URL thing to tmux
This commit is contained in:
@@ -34,3 +34,6 @@ set -g default-terminal "screen-256color"
|
||||
source '/usr/local/lib/python2.7/site-packages/powerline/bindings/tmux/powerline.conf'
|
||||
# Linux
|
||||
source '/usr/share/tmux/powerline.conf'
|
||||
|
||||
# Browes URLs
|
||||
bind-key u capture-pane \; save-buffer /tmp/tmux-buffer \; new-window -n "urlview" '$SHELL -c "urlview < /tmp/tmux-buffer"'
|
||||
|
||||
Reference in New Issue
Block a user