zed
zed copied to clipboard
vim mode: it's good to flashing yanked selections once, so users can know which lines they yanked.
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