Xshell 远程使用vim打开文件不能使用右键复制粘贴(右键显示可视)的问题 Debian9.4系统不能再VIM打开文件界面不能使用右键复制粘贴 root@debian:~# vim /usr/share/vim/vim80/defaults.vim ....... #大约在70行 if has('mouse') set mouse=v #将 set mouse=a 改成 set mouse=v endif ....... 保存退出即可
1.打开Xshell,单击菜单栏的Tools(工具),选中Options(菜单),进入参数设置界面.. 2. 选择Keyboard and Mouse (键盘和鼠标),把Right-bottox(向右按钮)要素的值选为“Paste the clipboard contents”,点击确定.在选项Copy selected text to the auto (将选定的文本自动复制到剪切板)打“√” 最后确定 3.按住左键选中内容,需要输入的地方点击右键即可粘贴.