diff --git a/home/common/default.nix b/home/common/default.nix index 9140647..ba82fd7 100644 --- a/home/common/default.nix +++ b/home/common/default.nix @@ -223,6 +223,16 @@ editAtLineAndWait = "$EDITOR --wait {{filename}}:{{line}}"; }; promptToReturnFromSubprocess = false; + keybinding = { + universal = { + nextItem = ""; + prevItem = ""; + }; + commits = { + moveDownCommit = ""; + moveUpCommit = ""; + }; + }; customCommands = [ { key = "";