X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=shell%2F.config%2Ftmux%2Fconfig;fp=shell%2F.config%2Ftmux%2Fconfig;h=35a9a8383e0480f3a64b8a39f175d996027a15bf;hb=5f126fd46e1d5eadfe2d8290cd23713be3b5e9c2;hp=127a0eda0eed15161f558fbb17c176f3c0dbcd83;hpb=de5c05200addd56fd51b2ce3efca58870b8642bb;p=dotfiles.git diff --git a/shell/.config/tmux/config b/shell/.config/tmux/config index 127a0ed..35a9a83 100644 --- a/shell/.config/tmux/config +++ b/shell/.config/tmux/config @@ -23,3 +23,6 @@ bind-key -T copy-mode-vi 'v' send -X begin-selection bind-key -T copy-mode-vi 'y' send -X copy-selection bind-key -T copy-mode-vi 'Space' send -X halfpage-down bind-key -T copy-mode-vi 'Bspace' send -X halfpage-up + +# urlview +bind-key u capture-pane \; save-buffer /tmp/tmux-buffer \; run-shell "st -e urlview /tmp/tmux-buffer"