mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-03-10 01:17:25 +00:00
## Description
They were declared as
```lua
{
{ "n", "<leader>aa", ... },
-- ...
}
```
Which remaps the `n` key!
## Demo
```console
$ nvim --headless +'verbose nmap n' +'quit!'
n n * <Lua 406: ~/.local/share/nvim/lazy/lazy.nvim/lua/lazy/core/handler/keys.lua:121>
Toggle Avante
```
## Checklist
- [x] I've read the
[CONTRIBUTING](https://github.com/LazyVim/LazyVim/blob/main/CONTRIBUTING.md)
guidelines.