X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;ds=sidebyside;f=shell%2F.config%2Ftmux%2Fconfig;h=b772566bddff4cc9e237947a02bbd775b9867960;hb=cc10c0e6d1a2c086a31249b31f963f6591a674f0;hp=127a0eda0eed15161f558fbb17c176f3c0dbcd83;hpb=de5c05200addd56fd51b2ce3efca58870b8642bb;p=dotfiles.git diff --git a/shell/.config/tmux/config b/shell/.config/tmux/config index 127a0ed..b772566 100644 --- a/shell/.config/tmux/config +++ b/shell/.config/tmux/config @@ -23,3 +23,13 @@ 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 \; \ + run-shell "st -e sh -c 'tmux save-buffer - | urlview'" + +# interactive panel to other windows +bind-key M choose-tree -Zw "join-pane -t '%%'" + +# interactive panel to other session +bind-key C-m choose-tree -Zs "join-pane -t '%%'"