Update modules + webapps

This commit is contained in:
Filippo Berto 2022-02-07 09:48:45 +01:00
parent f00fe93ec4
commit c996e57264
10 changed files with 54 additions and 130 deletions

View file

@ -225,18 +225,18 @@ in
key = "<c-n>";
effect = "<a-;>: insert-c-n<ret>";
}
{
mode = "normal";
docstring = "Search";
key = "/";
effect = "/(?i)";
}
{
mode = "normal";
docstring = "Reverse search";
key = "<a-/>";
effect = "<a-/>(?i)";
}
# {
# mode = "normal";
# docstring = "Search";
# key = "/";
# effect = "/(?i)";
# }
# {
# mode = "normal";
# docstring = "Reverse search";
# key = "<a-/>";
# effect = "<a-/>(?i)";
# }
];
hooks = with pkgs;
[