move commit keybindings conflicted with zed keybindings
This commit is contained in:
@@ -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>";
|
||||
|
||||
Reference in New Issue
Block a user