Using atom 1.33.0 (can't upgrade), atom-vim-mode-plus 1.36.7, on Centos 7 (CentOS Linux release 7.9.2009 (Core))
What:
- 'P' should past clipboard contents before the cursor, without changing its position
- In visual mode, should past clipboard contents before every cursor
What is observed:
- Works as expected, but cursor position is shifted to the end of the pasted content
- In visual mode, 'P' replaces the selection on every row with the clipboard contents (instead of pasting before first character in selection in every row)
debug info
{
"atom": "1.33.0",
"platform": "linux",
"release": "3.10.0-1160.49.1.el7.x86_64",
"vmpVersion": "1.36.7",
"vmpConfig": {}
}