feat: Update eilmeldung config and update nix flakes
This commit is contained in:
@@ -17,11 +17,11 @@
|
||||
};
|
||||
|
||||
input_config.mappings = {
|
||||
"q" = "quit";
|
||||
"j" = "down";
|
||||
"k" = "up";
|
||||
"g g" = "gotofirst";
|
||||
"G" = "gotolast";
|
||||
"q" = ["quit"];
|
||||
"j" = ["down"];
|
||||
"k" = ["up"];
|
||||
"g g" = ["gotofirst"];
|
||||
"G" = ["gotolast"];
|
||||
"o" = ["open" "read" "nextunread"];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user