t9md / atom-vim-mode-plus

vim-mode improved
https://atom.io/packages/vim-mode-plus
MIT License
1.4k stars 111 forks source link

put-before doesn't adjust cursor and in visual mode does replace #1158

Open apatern0 opened 2 years ago

apatern0 commented 2 years ago

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: 1) 'P' should past clipboard contents before the cursor, without changing its position 2) In visual mode, should past clipboard contents before every cursor

What is observed: 1) Works as expected, but cursor position is shifted to the end of the pasted content 2) 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 ```json { "atom": "1.33.0", "platform": "linux", "release": "3.10.0-1160.49.1.el7.x86_64", "vmpVersion": "1.36.7", "vmpConfig": {} } ```