Re-add jk
keymap to go back to normal mode
All checks were successful
/ check (push) Successful in 1m35s
All checks were successful
/ check (push) Successful in 1m35s
This commit is contained in:
parent
233985bc33
commit
10a0c3d3a0
1 changed files with 6 additions and 0 deletions
|
@ -70,5 +70,11 @@
|
||||||
action = "<cmd>edit flake.nix<CR>";
|
action = "<cmd>edit flake.nix<CR>";
|
||||||
key = "<leader>ef";
|
key = "<leader>ef";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
{
|
||||||
|
action = "<Esc>";
|
||||||
|
key = "jk";
|
||||||
|
mode = "i";
|
||||||
|
}
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue