change conflicted mapping

This commit is contained in:
cscherr 2025-08-06 12:03:29 +02:00
parent 98470836af
commit fe4040f160
Signed by: cscherrNT
GPG key ID: 8E2B45BC51A27EA7

View file

@ -146,7 +146,7 @@ end, { desc = '[F]ormat remove [W]hitespace' })
--------------------------------------------------------------------------------
-- Diagnostics
--------------------------------------------------------------------------------
vim.keymap.set({ 'i', 'n', 'v' }, '<C-k>', function()
vim.keymap.set({ 'i', 'n', 'v' }, '<S-A-k>', function()
vim.diagnostic.open_float()
end)