Cygwin中vi编辑器方向键和Backspace键不好使的解决方法

4600阅读 0评论2014-01-07 yestreenstars
分类:LINUX

  1. 修改.virc文件(如果没有就创建)
    vi .virc
  2. 添加以下内容
    set nocp
    set backspace=start,indent,eol
  3. 保存退出
    :wq

如果是vim就修改.vimrc文件。
上一篇:Error:No suitable device found: no device found for connection "System eth1"
下一篇:在Linux系统中通过相对路径取得绝对路径