mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-26 10:48:45 +02:00
fix(aerial): keymap
This commit is contained in:
parent
1c34af7f01
commit
c7720275c3
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ return {
|
||||||
return opts
|
return opts
|
||||||
end,
|
end,
|
||||||
keys = {
|
keys = {
|
||||||
{ "<leader>cs", "<cmd>SymbolsOutline<cr>", desc = "Symbols Outline" },
|
{ "<leader>cs", "<cmd>AerialToggle<cr>", desc = "Aerial (Symbols)" },
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue