something broke yyp for me recently. I’m accustomed to this sequence producing a new line below with the contents of the current line. Now this motion pastes the current line at the cursor location.
When I run with -u NORC, I get the expected behavior of a new line pasted below the current.
So I think that means some plugin probably changed the default behavior of p? What settings should I be looking at to try to track down what caused this change?
thanks to everyone for the helpful advice. It turns out it’s not a mapping (or plugin at all) but rather a line in this yank script: Copying to clipboard from tmux and Vim using OSC 52 - The Terminal Programmer – which I’m calling from a TextYankPost event. Some how the “also paste to tmux buffer” line in that script is confusing things and messing with the linewise paste. I’ll try to dig more as I have time, but for now I’ve just commented out tmux set-buffer line in that script.