Stop highlighting searches when pressing escape
Also prevents toggling between tabs when pressing escape
This commit is contained in:
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user