Document mined(1) key bindings

Steven G. Kargl kargl at troutmask.apl.washington.edu
Fri Jun 17 13:17:44 PDT 2005


See attached patch.

-- 
Steve
http://troutmask.apl.washington.edu/~kargl/
*** mined.1.orig	Fri Jun 17 13:06:50 2005
--- mined.1	Fri Jun 17 13:03:18 2005
***************
*** 52,57 ****
--- 52,139 ----
  the editor.  Control-W writes out the file and Control-X exits
  the editor.
  .Pp
+ .Sh KEY BINDINGS
+ .Bl -tag -width "Right arrow" -compact -offset indent
+ .It F1
+ HELP
+ .It F2
+ File status
+ .It F3
+ Forward search
+ .It F4
+ Global replace
+ .It Shift+F3
+ Backwards search
+ .It Shift+F4
+ Line replace
+ .It Up arrow
+ Move up one line
+ .It Down arrow
+ Move down one line
+ .It Left arrow
+ Move left one character
+ .It Right arrow
+ Move right one character
+ .It Home
+ File top
+ .It End
+ File bottom
+ .It Page Up
+ Scroll one page up
+ .It Page Down
+ Scroll one page down
+ .It Esc
+ Repeat last cmd # times
+ .It CTRL+A
+ Start of line
+ .It CTRL+B
+ Word backward
+ .It CTRL+C
+ Save from marked location to current cursor location
+ .It CTRL+D
+ Reverse scroll
+ .It CTRL+E
+ End of line
+ .It CTRL+F
+ Word forward
+ .It CTRL+G
+ Insert a file at cursor
+ .It CTRL+K
+ Delete from marked location to current cursor location
+ .It CTRL+L
+ Erase and redraw screen
+ .It CTRL+N
+ Delete next word
+ .It CTRL+P
+ Delete previous word
+ .It CTRL+Q
+ Insert the contents of the save file into new file
+ .It CTRL+S
+ Run shell
+ .It CTRL+T
+ Delete to end of line
+ .It CTRL+U
+ Forward scroll
+ .It CTRL+V
+ Visit another file
+ .It CTRL+W
+ Write current file
+ .It CTRL+X
+ Exit
+ .It CTRL+Y
+ Insert the contents of the save file at cursor
+ .It CTRL+\e\\&
+ Abort current operation
+ .It CTRL+@
+ Set mark
+ .It CTRL+^
+ Screen top
+ .It CTRL+_
+ Screen bottom
+ .It CTRL+]
+ Goto line #
+ .El
+ .Pp
  .Sh SEE ALSO
  .Xr vi 1 ,
  .Xr ed 1 ,




More information about the Bugs mailing list