feat(keymaps): change code action keymaps

This commit is contained in:
Radu C. Martin 2025-02-21 20:13:00 +01:00
parent 43b000ba55
commit d4e27f5dd7
3 changed files with 4 additions and 1 deletions

View file

@ -57,6 +57,7 @@ return { -- Useful plugin to show you pending keybinds.
-- Document existing key chains
spec = {
{ '<leader>c', group = '[C]ode', mode = { 'n', 'x' } },
{ '<leader>cl', group = '[C]ode [L]ens', mode = { 'n', 'x' } },
{ '<leader>d', group = '[D]ocument' },
{ '<leader>r', group = '[R]ename' },
{ '<leader>s', group = '[S]earch' },