how to paste to vim when using putty

前端 未结 5 780
半阙折子戏
半阙折子戏 2021-01-30 10:26

I am using putty to connect a remote host and editing via vim. I meet a trouble when I try to paste something to vim. That\'s, I copy something to clipboard in my local host and

5条回答
  •  隐瞒了意图╮
    2021-01-30 10:40

    Copy&Paste between Windows&PuTTY:

    To copy from Windows and paste into PuTTY, highlight the text in Windows, press "Ctrl-C," select the PuTTY window, and press the right mouse button to paste. To copy from PuTTy and paste into Windows, highlight the information in PuTTY and press "Ctrl-V" in the Windows application to paste it.

    Copy&Past between two vim in separate PuTTY:

    highlight the information in the source PuTTY, and then press the right mouse button in the target PuTTY to paste.

提交回复
热议问题