Chinaunix首页 | 论坛 | 博客
  • 博客访问: 172392
  • 博文数量: 37
  • 博客积分: 1690
  • 博客等级: 上尉
  • 技术积分: 468
  • 用 户 组: 普通用户
  • 注册时间: 2010-09-13 21:30
文章分类

全部博文(37)

文章存档

2011年(19)

2010年(18)

我的朋友

分类:

2011-03-24 13:43:48

 1.分割
  1.1)水平分割
      :split [file]
      :new [file]
      :{height}split [file]
      :{height}new [file]
 
      N --CTRL-W --+(-)
    注:数字,键组合,+(-)
  1.2)垂直分割
      :vertical new
      :vsplit [file]
      :vnew [file]
      :{height}vsplit [file]
      :{height}vnew [file]
 
 
 2.移动
        CTRL-W h        move to the window on the left
        CTRL-W j        move to the window below
        CTRL-W k        move to the window above
        CTRL-W l        move to the window on the right
        CTRL-W t        move to the TOP window
        CTRL-W b        move to the BOTTOM window
 
 3.其它
       :wall
       :wqall    (:wqall!)
       :qall     (:qall!) 
       :only     (CLOSING ALL OTHER WINDOWS)
       :close 
阅读(433) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~