feat: keymap esc :noh
This commit is contained in:
parent
16b55e07a1
commit
4fa4cae772
|
@ -1,3 +1,14 @@
|
||||||
{...}: {
|
{...}: {
|
||||||
globals.mapleader = " ";
|
globals.mapleader = " ";
|
||||||
|
|
||||||
|
keymaps = [
|
||||||
|
{
|
||||||
|
mode = ["n"];
|
||||||
|
key = "<ESC>";
|
||||||
|
action = ":noh<CR>";
|
||||||
|
options = {
|
||||||
|
silent = true;
|
||||||
|
};
|
||||||
|
}
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue