feat(nvim): add command search keybind
This commit is contained in:
parent
d774279c50
commit
bf7928d3cc
1 changed files with 4 additions and 0 deletions
|
@ -31,6 +31,10 @@ _:
|
||||||
action = "oldfiles";
|
action = "oldfiles";
|
||||||
options.desc = "Recent files";
|
options.desc = "Recent files";
|
||||||
};
|
};
|
||||||
|
"<leader>fc" = {
|
||||||
|
action = "commands";
|
||||||
|
options.desc = "Commands";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
web-devicons.enable = true;
|
web-devicons.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue