fix(jj): always edit with jj next/prev
This commit is contained in:
parent
f1706de798
commit
9fdc2687a0
1 changed files with 1 additions and 0 deletions
1
home.nix
1
home.nix
|
|
@ -117,6 +117,7 @@ in {
|
||||||
ui = {
|
ui = {
|
||||||
editor = "emacsclient";
|
editor = "emacsclient";
|
||||||
default-command = "log";
|
default-command = "log";
|
||||||
|
movement.edit = true;
|
||||||
};
|
};
|
||||||
merge-tools.ediff = {
|
merge-tools.ediff = {
|
||||||
program = "sh";
|
program = "sh";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue