Updated GBrowse mapping to work in visual mode
This commit is contained in:
parent
2cc7060fc4
commit
72641743b5
|
@ -5,6 +5,12 @@
|
|||
{
|
||||
action = "<cmd>GBrowse<CR>";
|
||||
key = "<leader>bro";
|
||||
mode = ["n"];
|
||||
}
|
||||
{
|
||||
action = ":GBrowse<CR>";
|
||||
key = "<leader>bro";
|
||||
mode = ["v"];
|
||||
}
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue