gbprod / cutlass.nvim

Plugin that adds a 'cut' operation separate from 'delete'
Do What The F*ck You Want To Public License
196 stars 5 forks source link

Remap delete and cut keys to blackhole register #1

Closed Shatur closed 2 years ago

Shatur commented 2 years ago

https://github.com/svermeulen/vim-cutlass by default remaps c, cc, C, s, S, d, dd, D, x, X to blackhole register. I would suggest to add it.

Shatur commented 2 years ago

Oh, sorry, I just forgot to call require('cutlass').setup(), my bad.

gbprod commented 2 years ago

No problem ;)