change conflicted mapping
This commit is contained in:
parent
98470836af
commit
fe4040f160
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue