2016年7月1日 星期五

Vim分割視窗


使用Vim編輯程式碼的時候,有時需要上下參閱前後文,這時候可以分割視窗。使用方法是在一般模式下同時按Ctrl與w,然後按s或v:
  • Ctrl-w + s:分割成上下兩個視窗
  • Ctrl-w + v:分割成左右兩個視窗(分割線是vertical)
第一行是將視窗分割成上下兩個;第二行則是將視窗分割成左右兩個
在每個分割視窗內轉換則是在一般模式下:
  • Ctrl-w + 上:跳到上面的視窗
  • Ctrl-w + 下:跳到下方的視窗
  • Ctrl-w + 左:跳到左邊的視窗
  • Ctrl-w + 右:跳到右方的視窗
最後要把某個視窗關掉則用:
  • Ctrl-w + q

以上分割視窗也可以在Ex模式下輸入:
  • :split
  • :vsplit
若是想要分割區域是空白的,則是在Ex模式下輸入:
  • :new
  • :vnew
關閉的時候跟跳出Vim一樣,在Ex模式下輸入:
  • :q
更多相關的指令參考林佑安寫的《Vim - 編輯緩衝區以及編輯視窗 (Buffers and Windows)》

_EOF_

A cute little matte low poly isometric mushroom island, waterfalls, lat lighting, soft shadows, trending on artstation, 3d render, monument valley, fez video game

Steps: 20, Sampler: DPM++ 2M Karras, CFG scale: 7, Seed: 3517041636, Size: 512x512, Model hash: a757fe8b3d, Model: chilloutmix_, Version: v1.6.0-2-g4afaaf8a

沒有留言:

張貼留言