kickstart.nvim icon indicating copy to clipboard operation
kickstart.nvim copied to clipboard

feat: add `vim.diagnostic.open_float`

Open Marc-AnthonyG opened this issue 9 months ago • 1 comments

Close #1375

I choose xl as the keymap because it is "near" my trouble.nvim keymap that also deal with diagnostic. I am all ear if you have other suggestion.

Marc-AnthonyG avatar Feb 27 '25 04:02 Marc-AnthonyG

I think the existing keymap is <c-w>d

DanWlker avatar Mar 13 '25 15:03 DanWlker

I think the existing keymap is <c-w>d

You are absolutely right. Evidence in neovim's source can be found here: https://github.com/neovim/neovim/blob/master/runtime/lua/vim/_defaults.lua#L263

dithmer avatar Mar 27 '25 10:03 dithmer

How would i read this <c-w>d ? control & W followed by d ?

OdysseusOperator avatar Mar 27 '25 15:03 OdysseusOperator