X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/2034c72e12562eda33ce53d92cfef2216b6fcf3e..dbd4b0affb8c818f92008c4ab8d5f23b9af6ca4d:/vi.plp diff --git a/vi.plp b/vi.plp index f5820f1..deb30ec 100644 --- a/vi.plp +++ b/vi.plp @@ -2,7 +2,7 @@ Html({ title => 'vi cheat sheet', - version => 'v1.3', + version => '1.3', description => [ "Interactive cheat sheet for vi text editors, notably Vim,", "describing each key in various modes.", @@ -10,7 +10,6 @@ Html({ keywords => [qw' vi vim nvi sheet cheat reference overview commands keyboard '], - charset => $sign{charset}, stylesheet => [qw'light dark circus mono red terse'], keys => 1, }); @@ -20,15 +19,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', ['g1' .. 'g4', 'g6' .. 'g9']); +:>
-
-
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']); +:>