X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/2034c72e12562eda33ce53d92cfef2216b6fcf3e..84f6f39be4ffeb6307756b97126ad993bef367a8:/vi.plp diff --git a/vi.plp b/vi.plp index f5820f1..e3cd1e8 100644 --- a/vi.plp +++ b/vi.plp @@ -20,15 +20,6 @@ Html({

normal mode (default)

-
-
-
info -
Info command: shows/does something without altering anything. -
motion -
Moves the cursor, or defines the range for an operator (<:= $sign{motion} :>). -
positioning -
Other movement (jumps, window (re)positioning). -
command -
Direct action command. -
ins mode -
Enters Insert or Replace mode. -
mode -
Enters a different mode. -
vis mode -
Enters Visual or Select mode. -
key cmd -
Additional key commands (click for overview). -
+<: + $keys->print_legend('legend-types', [qw'ci pm po co mi mo mv me']); +:>
-
-
key<:= $sign{arg} :> -
Commands with a dot need a char argument afterwards. -
key<:= $sign{motion} :> -
Requires a motion afterwards, operates between cursor and destination. -
vim -
Not in original Vi (assessment incomplete). -
vim7 -
New in vim version 7.x. -
+<: + $keys->print_legend('legend-options', [qw'arg motion', 'ext vim6', 'ext new vim7']); +:>