Vi vi results matching “”No results matching “”

基本emacs派だがviにも使ってみようと思う。

スクロールのコマンド

<C-D>:半画面下にスクロール
<C-U>:半画面上にスクロール
<C-F>:全画面下にスクロール
<C-B>:全画面上にスクロール

Column Edit Mode in VI

Ctrl + V to go into column mode
Select the columns and rows where you want to enter your text
Shift + i to go into insert mode in column mode
Type in the text you want to enter. Dont be discouraged by the fact that only the first row is changed.
Esc to apply your change (or alternately Ctrl+c)