Re-add jk keymap to go back to normal mode
All checks were successful
/ check (push) Successful in 1m35s

This commit is contained in:
Oliver Davies 2025-06-11 16:30:34 +01:00
parent 233985bc33
commit 10a0c3d3a0

View file

@ -70,5 +70,11 @@
action = "<cmd>edit flake.nix<CR>";
key = "<leader>ef";
}
{
action = "<Esc>";
key = "jk";
mode = "i";
}
];
}