Neovim-from-scratch
Neovim-from-scratch copied to clipboard
keymap "p" breaks pasting from registry in visual mode
https://github.com/LunarVim/Neovim-from-scratch/blob/1d14e44126b153943abc8559e3c2a8ccce9fe931/lua/user/keymaps.lua#L54
e.g. when register "a
has foo
when in visual mode with bar
selected and i paste from register "a
with "ap
I expect bar
to be replaced with foo
.
instead it pastes from register _d
(black hole?).
Don't use that keymap, sometimes it has unexpected behavior
Anyone has find a solution?