Skip to content

Modified Paste Behavior to keep consistent with native vim - #53

Open
yash-fn wants to merge 4 commits into
christoomey:masterfrom
yash-fn:custom
Open

Modified Paste Behavior to keep consistent with native vim#53
yash-fn wants to merge 4 commits into
christoomey:masterfrom
yash-fn:custom

Conversation

@yash-fn

@yash-fn yash-fn commented Sep 4, 2023

Copy link
Copy Markdown

gitignore #52 docs/tags
new paste behavior mimics native vim (almost. cursor position lost on block pastes)
removed all bindings forcing user to set their own bindings if they want to use plugin. preferable over forcing c and p which can confuse some.
another reason to force manual bindings is that vim-plug seems to load plugin before my bindings are set. so I get double bindings for each command. both before and after plug calls same behavior. removing plugin bindings solves this for me and I see other plugins that decided to force bindings for similar reasons. idk. don't care to keep hacking to find out.

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

Successfully merging this pull request may close these issues.

1 participant