Copyright © 2004 Alexander Wintermans
Table of Contents
Command | Description |
---|---|
v | enter visual mode |
V | enter visual-line mode |
Ctrl-V | enter visual block mode |
:edit file | close current file, edit another |
Ctrl-^ | close current file, open previous |
P | paste at current position |
Command | Description |
---|---|
y | yank selection |
Command | Description |
---|---|
y | yank selection |
d | cut selection |
Command | Description |
---|---|
ItextEsc | insert text on each line before selection |