move commit keybindings conflicted with zed keybindings

This commit is contained in:
Joakim Repomaa
2025-03-03 09:59:57 +02:00
parent 4b4464a024
commit f9cb771979

View File

@@ -223,6 +223,16 @@
editAtLineAndWait = "$EDITOR --wait {{filename}}:{{line}}";
};
promptToReturnFromSubprocess = false;
keybinding = {
universal = {
nextItem = "<disabled>";
prevItem = "<disabled>";
};
commits = {
moveDownCommit = "<down>";
moveUpCommit = "<up>";
};
};
customCommands = [
{
key = "<c-p>";