fix(aerial): keymap

This commit is contained in:
Folke Lemaitre 2023-10-12 07:30:40 +02:00
parent 118ca3309d
commit 94de32c598
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040

View file

@ -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)" },
}, },
}, },