码迷,mamicode.com
首页 > 系统相关 > 详细

(转)xshell无法在vim中复制黏贴

时间:2015-05-29 21:39:41      阅读:175      评论:0      收藏:0      [点我收藏+]

标签:

ssh xshell 连接在vim中无法用 ctrl+insert 复制黏贴

修改.vimrc

set mouse=c

vi的三种模式:命令模式,插入模式,可视模式.鼠标可以启动于各种模式中:
The mouse can be enabled for different modes:
n Normal mode
v Visual mode
i Insert mode
c Command-line mode
h all previous modes when editing a help file
a all previous modes
r for |hit-enter| and |more-prompt| prompt
Normally you would enable the mouse in all four modes with:
:set mouse=a
When the mouse is not enabled, the GUI will still use the mouse for
modeless selection. This doesnt move the text cursor.

所以配置文件中的set mouse=a启动了所有模式,这样就屏蔽了鼠标右健功能.

转自:http://blog.csdn.net/abcddtt/article/details/20386203

(转)xshell无法在vim中复制黏贴

标签:

原文地址:http://www.cnblogs.com/storymedia/p/4539339.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!