Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
apatern0 opened this issue Apr 14, 2022 · 0 comments
Open

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

apatern0 opened this issue Apr 14, 2022 · 0 comments

Comments

@apatern0
Copy link

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": {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant