+1
-1
modules/home/helix.nix
+1
-1
modules/home/helix.nix
···
38
38
keys = let
39
39
plusMenu = {
40
40
o = ":pipe-to xargs xdg-open";
41
-
g = ":sh gh browse %{buffer_name}:%{cursor_line}";
41
+
g = ":sh gh browse -n %{buffer_name}:%{cursor_line} | ${pkgs.wl-clipboard}/bin/wl-copy";
42
42
b = ":echo %sh{git blame -L %{cursor_line},+1 %{buffer_name}}";
43
43
};
44
44
runMenu = {