a dotfile but it's really big
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

helix: update +g to copy link to github

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