From 6f557e1f06e772eb2b2b42403b4fc49c9f67af16 Mon Sep 17 00:00:00 2001 From: masterzu Date: Tue, 19 Feb 2019 10:47:58 +0100 Subject: [PATCH] tmux: ctrl+u execute urlview --- .tmux.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.tmux.conf b/.tmux.conf index 722f7de..2f31d6d 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -32,3 +32,6 @@ bind r source-file /home/patrick/.tmux.conf \; display-message ".tmux.conf reloa # automatic update env for ssh-agent # https://stackoverflow.com/questions/21378569/how-to-auto-update-ssh-agent-environment-variables-when-attaching-to-existing-tm set-option -g update-environment SSH_AUTH_SOCK + +# urlview in term +run-shell ~/src/tmux-urlview/urlview.tmux