From 217334f9aadadde5004de6c6f5b9e86b2a94e722 Mon Sep 17 00:00:00 2001 From: Akshay Date: Wed, 4 Nov 2020 12:31:41 +0530 Subject: add urlview back --- tmux/.tmux.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index d52c29d..4939119 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -28,6 +28,11 @@ bind-key ) swap-window -t +1 bind-key ( swap-window -t -1 bind-key [ copy-mode +bind-key u capture-pane -J \; \ + save-buffer "${HOME}/tmp/.tmux-buffer" \; \ + delete-buffer \; \ + split-window -l 10 "urlview '${HOME}/tmp/.tmux-buffer'" + # statusline hide / unhide bind -n M-down set -q status off bind -n M-up set -q status on -- cgit v1.2.3