From f9cb771979bba69a3ec4d8d9490cdc605c1f14c0 Mon Sep 17 00:00:00 2001 From: Joakim Repomaa Date: Mon, 3 Mar 2025 09:59:57 +0200 Subject: [PATCH] move commit keybindings conflicted with zed keybindings --- home/common/default.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 = "";