X-Git-Url: http://www.git.stargrave.org/?p=dotfiles.git;a=blobdiff_plain;f=tmux%2F.tmux.conf;h=d25d9c7b510285aa63b0fa2bf79ba49f83f1194e;hp=a4698f6e51c611e3145ae7b9eeea180aa24a71ae;hb=62bccf2a97581ed475dd46068621d0dffa21d5c9;hpb=7494330d7fa7fdd47f8cf3761ed9c9c008f0b5cd diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index a4698f6..d25d9c7 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -46,7 +46,7 @@ bind-key u { capture-pane -J save-buffer /tmp/tmux-buffer delete-buffer - display-popup -EK -w 100% -R "urlview /tmp/tmux-buffer" + display-popup -KE -w 100% -R "urlview /tmp/tmux-buffer" } bind-key y { @@ -56,6 +56,13 @@ bind-key y { split-window 'vim -c "set listchars=" -c "match ExtraWhitespace //" /tmp/tmux-buffer' } +bind-key o { + capture-pane -J + save-buffer /tmp/tmux-buffer + delete-buffer + display-popup -KE -w 100% -R "~/bin/tmux-path-extractor.sh" +} + bind-key Y { capture-pane -J -S - -E - save-buffer /tmp/tmux-buffer