feat: keymap esc :noh

This commit is contained in:
♥ Minnie ♥ 2025-04-09 23:29:15 +08:00
parent 16b55e07a1
commit 4fa4cae772
Signed by: jasmine
GPG key ID: 8563E358D4E8040E

View file

@ -1,3 +1,14 @@
{...}: {
globals.mapleader = " ";
keymaps = [
{
mode = ["n"];
key = "<ESC>";
action = ":noh<CR>";
options = {
silent = true;
};
}
];
}