Update modules + webapps
This commit is contained in:
parent
f00fe93ec4
commit
c996e57264
10 changed files with 54 additions and 130 deletions
|
|
@ -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;
|
||||
[
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue