Yank from current cursor position to end of line using Y
Vim/Nvim motions.
Old text Command New text
--------------------------------------------------------------------------------
surr*ound_words Y *yanked* ound_words
- Yank text from current cursor position to end of line using Vim/Nvim motions
- Use
Y
instead ofy$
- See
:help Y