Is it possible to yank the entire element without moving to the beginning?

前端 未结 2 1081
鱼传尺愫
鱼传尺愫 2021-01-19 16:12

When my cursor in middle of a word, and I want to yank the whole word, I must press b first, and press yw to yank it.

I want to know

2条回答
  •  庸人自扰
    2021-01-19 17:08

    You can use yaw. As a side effect, this will move the cursor to the beginning of the yanked area.

    For more information, see Text object selection in the Vim documentation.

提交回复
热议问题