Skip to content

Commit

Permalink
Add urlview integration
Browse files Browse the repository at this point in the history
  • Loading branch information
tlvince committed Apr 22, 2013
1 parent 18ee985 commit cfe1470
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tmux.conf
Expand Up @@ -32,3 +32,6 @@ bind r source-file "$XDG_CONFIG_HOME/tmux/tmux.conf"
# Copy/paste to/from the X clipboard
bind C-y run "tmux save-buffer - | xsel --clipboard"
bind C-p run "tmux set-buffer \"$(xsel --clipboard)\"; tmux paste-buffer"

# Open a split containing a list of URLs in the current pane
bind-key u capture-pane \; save-buffer "$XDG_CACHE_HOME/tmux-buffer" \; split-window -l 10 "urlview $XDG_CACHE_HOME/tmux-buffer"

0 comments on commit cfe1470

Please sign in to comment.