move commit keybindings conflicted with zed keybindings
This commit is contained in:
@@ -223,6 +223,16 @@
|
|||||||
editAtLineAndWait = "$EDITOR --wait {{filename}}:{{line}}";
|
editAtLineAndWait = "$EDITOR --wait {{filename}}:{{line}}";
|
||||||
};
|
};
|
||||||
promptToReturnFromSubprocess = false;
|
promptToReturnFromSubprocess = false;
|
||||||
|
keybinding = {
|
||||||
|
universal = {
|
||||||
|
nextItem = "<disabled>";
|
||||||
|
prevItem = "<disabled>";
|
||||||
|
};
|
||||||
|
commits = {
|
||||||
|
moveDownCommit = "<down>";
|
||||||
|
moveUpCommit = "<up>";
|
||||||
|
};
|
||||||
|
};
|
||||||
customCommands = [
|
customCommands = [
|
||||||
{
|
{
|
||||||
key = "<c-p>";
|
key = "<c-p>";
|
||||||
|
|||||||
Reference in New Issue
Block a user