How to paste in the line where the cursor is?

后端 未结 10 1256
心在旅途
心在旅途 2020-12-04 11:26

The command p pastes below the cursor and P pastes above the cursor. What\'s the command to paste in the line where cursor is?

10条回答
  •  醉话见心
    2020-12-04 11:56

    I'm not sure there is one. I tried to find documentation and ran across the following three documents:

    • Vim commands cheat sheet
    • Vim editor commands
    • Mastering the VI editor

    Unfortunately, all three only have the two commands that you list. Particularly, the third link states that The commands to paste are p and P...

提交回复
热议问题