We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Gitsigns example https://discord.com/channels/939594913560031363/1283637981827170409/1283851488799756321
General discussion https://discord.com/channels/939594913560031363/1282855848586248293/1282855848586248293
use mappings and not keys section to define keymappings
mappings
keys
use desc rather than name
desc
usee group for sub-menu titles (check this is correct)
group
remove a mapping
You'd want unmap S and then keep your lower case s map
S
s
vim.keymap.del("n", "<Leader>S") -- Removes normal mode mapping for Leader+S
If using the AstroNvim template you could also do it in the astrocore.lua file around here: https://github.com/AstroNvim/template/blob/20450d8a65a74be39d2c92bc8689b1acccf2cffe/lua/plugins/astrocore.lua#L47
astrocore.lua
Out of date content https://docs.astronvim.com/recipes/mappings/
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Gitsigns example
https://discord.com/channels/939594913560031363/1283637981827170409/1283851488799756321
General discussion
https://discord.com/channels/939594913560031363/1282855848586248293/1282855848586248293
use
mappings
and notkeys
section to define keymappingsuse
desc
rather than nameusee
group
for sub-menu titles (check this is correct)remove a mapping
You'd want unmap
S
and then keep your lower cases
mapIf using the AstroNvim template you could also do it in the
astrocore.lua
file around here: https://github.com/AstroNvim/template/blob/20450d8a65a74be39d2c92bc8689b1acccf2cffe/lua/plugins/astrocore.lua#L47Out of date content
https://docs.astronvim.com/recipes/mappings/
The text was updated successfully, but these errors were encountered: