You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Coming from neovim, I am used to https://github.com/gbprod/cutlass.nvim and the way it overrides the following keys to always use the black hole register: c, C, s, S, d, D, x, X.
It also add a proper cut operator key which is super useful.
Maybe to keep it simple, we could configure the default register used by vim operators like:
Hey @tlvenn we also have this setting in zed that allows to configure when to use system clipboard. It might be useful for you, since I was looking for the same thing.
Check for existing issues
Describe the feature
Coming from neovim, I am used to https://github.com/gbprod/cutlass.nvim and the way it overrides the following keys to always use the black hole register:
c
,C
,s
,S
,d
,D
,x
,X
.It also add a proper cut operator key which is super useful.
Maybe to keep it simple, we could configure the default register used by vim operators like:
Environment
NA
If applicable, add mockups / screenshots to help present your vision of the feature
No response
The text was updated successfully, but these errors were encountered: