From 72641743b50b04698eabe63eb288e5976cc9d76b Mon Sep 17 00:00:00 2001 From: Alejandro Angulo Date: Wed, 5 Jun 2024 17:01:51 -0700 Subject: [PATCH] Updated GBrowse mapping to work in visual mode --- config/plugins/rhubarb.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config/plugins/rhubarb.nix b/config/plugins/rhubarb.nix index 20f4f1f..2d72bb8 100644 --- a/config/plugins/rhubarb.nix +++ b/config/plugins/rhubarb.nix @@ -5,6 +5,12 @@ { action = "GBrowse"; key = "bro"; + mode = ["n"]; + } + { + action = ":GBrowse"; + key = "bro"; + mode = ["v"]; } ]; }