Large keymapping overhaul

This commit is contained in:
Martin Larsson 2025-05-30 13:57:11 +02:00
parent 11af8c9452
commit 9fb6438efa
9 changed files with 27 additions and 81 deletions

View file

@ -48,7 +48,7 @@ return {
},
on_attach = function()
utils.set_keymap_list({
{ "<leader>ko", switch_source_header, },
{ "<leader>h", switch_source_header, },
})
end,
}