gnome(通过SSH运行到Linux服务器)由KEYBOARD ONLY

原始问题:(请阅读本节下面的更新)我在Windows 10主机上的Virtualbox上运行Ubuntu 16.04。 通过在Windows上运行Bash的ssh访问Virtualbox。 我可以进入并编辑一切正常但是,当我尝试从Windows应用程序粘贴到VIM或从VIM到带有快捷键的Windows应用程序时,它都不起作用。 本地密钥都不能用于从Windows上的bash上的VIM复制到Windows应用程序。 在VIM副本粘贴中照常工作。

对于这个问题的未来访问者,我想我会编译一些引用来显示从windows剪贴板复制粘贴到通过Putty和WSL运行的vim不起作用:

  • 腻子手动参考显示,通过设计你不能粘贴到腻子从Windows:https://superuser.com/a/85774/658319
  • 在WSL上运行bash和ssh到linux服务器,不能用于从linux的VIM或Windows上的VIM复制或粘贴(检查文章底部的COPY和PASTE),或者从Linux上的VIM到仅使用键盘的窗口:https:// alliterationapplications。 COM /腻子VS-Ubuntu的上窗口/
  • 替代软件可以复制粘贴到和运行在Linux上的vim:

  • 软件解决方案

    1.1。 小猫:https://superuser.com/a/1112362/658319

    1.2。 Autohotkey:https://superuser.com/a/1112362/658319,

    1.3。 Superputty:https://superuser.com/a/450812/658319

    1.4。 conEmu:https://superuser.com/a/450812/658319

    1.5。 使用Windows鼠标模拟键:https://superuser.com/a/426311/658319

    1.6。 使用Gnu屏幕应用程序:https://superuser.com/a/85785/658319,https://superuser.com/a/273490/658319

  • 通过修改腻子(没有为我工作):https://www.quora.com/How-can-you-copy-all-contents-of-a-text-file-opened-in-vim-through-Putty -on-A-Windows的桌面到Windows剪贴板/答案/理肤汤

  • 其他类似于VIM的编辑器可能更容易复制粘贴功能(请测试并提及这些工作是否正常,我会更新答案):

    3.1。 NeoVIM

    3.2。 原子

  • 在Windows上的Bash上使用SSH连接到Linux服务器,并复制到/从vim复制

    4.1。 使用VCX服务器:https://stackoverflow.com/a/44534222/4752883 4.2。 使用Autohotkey:https://stackoverflow.com/a/44534222/4752883

  • 任何其他潜在的建议键盘只复制粘贴到vim通过bash在wsl / putty /其他终端模拟器到linux?

    PS请不要发布任何使用鼠标的方式或复制粘贴形式的答案..试图保持在这里清除..因为大多数问这个问题的用户都只是要求键盘解决方案。


    根据腻子文档,它不允许使用键盘快捷键,因为如果按下任何键,它将反映在远程机器上。

    https://superuser.com/questions/85772/putty-how-to-select-text-and-copy-text-using-keyboard-only

    https://superuser.com/questions/490722/putty-alternative-with-keyboard-copy-paste

    链接地址: http://www.djcxy.com/p/49529.html

    上一篇: gnome (running via ssh to linux server) by KEYBOARD ONLY

    下一篇: Vim automatically removes indentation on Python comments