zed icon indicating copy to clipboard operation
zed copied to clipboard

vim mode: it's good to flashing yanked selections once, so users can know which lines they yanked.

Open WindSoilder opened this issue 2 years ago • 0 comments

Check for existing issues

  • [X] Completed

Describe the feature

I think it's good to highlight on yanked, it's useful if user yank through Y, e.g: 3Y, 5Y.

Then user knows if he made a corrent yank.

It can be powered by the following config in neovim: https://github.com/nvim-lua/kickstart.nvim/blob/master/init.lua#L334-L343

If applicable, add mockups / screenshots to help present your vision of the feature

This is how it works in neovim: asciicast

WindSoilder avatar Feb 03 '24 00:02 WindSoilder