We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
\t
1 parent 508a077 commit 9d851ceCopy full SHA for 9d851ce
modules/shortcuts.nix
@@ -30,7 +30,7 @@ let
30
if ((builtins.length keys) == 1) then
31
(escape (builtins.head keys))
32
else
33
- "\t" + (lib.concatStringsSep "\t" (map escape keys))
+ builtins.concatStringsSep "\t" (map escape keys)
34
);
35
in
36
(
0 commit comments