From f2c1e68e0dae058a9b3a3dd42339b536bbe133c3 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Wed, 30 Sep 2020 12:50:35 +0300 Subject: [PATCH] Widen urlview --- tmux/.tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 99442b5..756fcd3 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -44,7 +44,7 @@ bind-key u { capture-pane -J save-buffer /tmp/tmux-buffer delete-buffer - popup -EK -R "urlview /tmp/tmux-buffer" + popup -EK -w 100% -R "urlview /tmp/tmux-buffer" } bind-key y { -- 2.44.0