atom-vim-mode-plus icon indicating copy to clipboard operation
atom-vim-mode-plus copied to clipboard

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

Open apatern0 opened this issue 4 years ago • 0 comments

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
{
  "atom": "1.33.0",
  "platform": "linux",
  "release": "3.10.0-1160.49.1.el7.x86_64",
  "vmpVersion": "1.36.7",
  "vmpConfig": {}
}

apatern0 avatar Apr 14 '22 09:04 apatern0