Stop highlighting searches when pressing escape

Also prevents toggling between tabs when pressing escape
This commit is contained in:
2025-09-19 14:16:29 -04:00
parent bbfe9a3f84
commit 0056a90ec1

View File

@@ -221,6 +221,11 @@
]; ];
keymaps = [ keymaps = [
{
action = "<Cmd>nohl<CR>";
key = "<Esc>";
mode = [ "n" ];
}
{ {
action = "<Cmd>Dashboard<CR>"; action = "<Cmd>Dashboard<CR>";
key = "<leader>d"; key = "<leader>d";