From 28aa1795da0a0898ec867a3c7b6abbfc420cdb23 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Wed, 21 Aug 2019 18:24:20 +0100 Subject: [PATCH] Also install urlview Ensure that the `C-u` binding works by installing `urlview` upon which it depends. --- .conduit.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.conduit.yaml b/.conduit.yaml index 2f15f90..0421f16 100644 --- a/.conduit.yaml +++ b/.conduit.yaml @@ -3,8 +3,10 @@ - apt: - tmux - xsel + - urlview - brew: - tmux + - urlview - reattach-to-user-namespace - symlink: - {src: tmux.conf, dst: ~/.tmux.conf}