|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - downloadIndex: T h
Length: 3347 (0xd13) Types: TextFile Names: »helpfile.ms«
└─⟦9ae75bfbd⟧ Bits:30007242 EUUGD3: Starter Kit └─⟦e7f64e0c0⟧ »EurOpenD3/mail/vmh.tar.Z« └─⟦dcb95597f⟧ └─⟦this⟧ »doc/helpfile.ms«
.ND .nr FL 600 .nr BM 600 .LP .rm CF .rm CH .TS expand ; c s s l l l _ _ _ c2 l2 l. Available Commands: Letter Function Description ! or , execute csh command - executes "command" in bottom window # execute csh using full screen - suitable for using "vi" : force argument gathering - make commands prompt for msgs $ set program switches - just like invocation switches ' go to mark - like a mark in "vi" / search forward for message - similar to "pick" ? search backward n search in same direction N search in opposite direction B clear bottom screen b clear entire screen (^L redraws) c compose message - runs the "comp" cmd C compose msg - asks for "comp" switches d delete current msg - move msg to 'deleted' folder D distribute message - runs the "dist" command e edit the current msg - invokes $VISUAL or $EDITOR or "vi" f forward a msg - runs the "forw" command F forward messages - asks for "forw" switches g go to a message - move to message number <count> G go to a message - same but 0G goes to end H HELP - types this file using full screen h or ? help - ditto using bottom window ^I initialize current folder - rebuild's folder's .info file i inc on new mail - bring new mail into inbox folder K pack folder - like "folder -pack" l link msg into another folder - prompts for destination L list folder names - not recursive m move msg to another folder - prompts for destination folder M mark a message - uses lowercase letters P pop folder - pop a folder from the stack p push folder - push a folder on the stack Q quit - exits (of course) qc quick compose - "compose" using "prompter" qf quick forward - same as "f" but uses "prompter" qr quick reply - uses "prompter" rather than "vi" r reply to current message - runs the "repl" command R reply to msg - asks for "repl" switches S folders - list folder stack s switch folders - folder must exist t type current message - like "show" command T type message - runs the "more" ("page") pgm U unsee a message - marks message as unseen u undo previous command - only type, move, link and delete V display vmh version number v edit current message x expunge deleted msgs - really delete msgs in deleted folder y yell - send letter to author (uses Mail) ZZ quit - exits ^L or ^R redraw the screen ^X^S save message to file - no ~ expansion yet ^Xp pick messages - see man page ^XM examine sequences - "All" shows all defined ^Xm show internal msgs struct .TE .LP In addition, any command may be preceeded by a number, and that command will be repeated that number of times. See the manual page for special cases. .LP Most commands may be followed by message numbers, sequence names or any combination of the same if they are preceeded with a ':'. See the manual page for details. .SH Scrolling Commands: .PP There are three sets of scrolling commands. One for users of Vi (rogue), one for users of emacs, and one that uses the arrow keys on terminals with keypads: .SH Move forward a line .PP j, ^N, Down-Arrow .SH Move back a line: .PP k, ^P, Up-Arrow, - .SH Page forward a screen's worth .PP ^J, ^V, Right-Arrow .SH Page forward half a screen .PP ^D .SH Page back a screen's worth .PP ^K, ESC V, Left-Arrow (ESC = Escape) .SH Page back half a screen .PP ^U .SH Top of window .PP ESC , .SH Bottom of window .PP ESC . .SH Go to top of file .PP ESC < .SH Go to bottom of file .PP ESC >