Skip to content
Discussion options

You must be logged in to vote

Now funny thing is, I see that da on a clean neovim instance already stores it to " register! Which I could swear it did not used to... I don't know if this was changed sometime back, but yeah I guess if delete motions anyways save to " register I don't really have any use of the mappings I mentioned ?

Yes, the " register is a special unnamed register. Here is an excerpt from :h quote_quote:

Vim fills this register with text deleted with the "d", "c", "s", "x" commands
or copied with the yank "y" command, regardless of whether or not a specific
register was used (e.g.  "xdd).

I have these setup as I don't want delete or change motions to copy to the register my clipboard uses. So I ha…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@devansh08
Comment options

@echasnovski
Comment options

Answer selected by echasnovski
@devansh08
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Further information is requested mini.ai
2 participants