initial commit [141.14.140.180,mike]
This commit is contained in:
Executable
+99
@@ -0,0 +1,99 @@
|
||||
|
||||
-lmsg \i%k%T%W%I%X %n %m%y%R %x
|
||||
-rmsg %S Row %r Col %c %p%% %u ^H help ^T menu
|
||||
|
||||
-nonotice
|
||||
-noxon
|
||||
-beep
|
||||
-tab 2
|
||||
-indentc 9
|
||||
-nobackups
|
||||
-pg 0
|
||||
--autoindent
|
||||
|
||||
{Basic
|
||||
^Y Save & Quit ^F Search/Replace ^A Begining of Line ^B Block Start
|
||||
^S Save ^G Search Next ^E End of Line ^W Block Cut
|
||||
^C Abort ^N Next Page ^U Begininig of File ^V Block Paste
|
||||
^T Menu ^P Previous Page ^Q End of File ^H Help
|
||||
^Q Undo ^K Delete Line ^L Goto Line
|
||||
^R Redo ^D Delete Character mwx'2013 joerc v2.02
|
||||
}
|
||||
|
||||
:main
|
||||
type ^@ TO ÿ
|
||||
|
||||
rtn ^M
|
||||
backs ^?
|
||||
abort ^C
|
||||
|
||||
exsave ^Y
|
||||
save ^S
|
||||
undo ^Z
|
||||
redo ^R
|
||||
|
||||
delch ^D
|
||||
dellin ^K
|
||||
|
||||
help ^H
|
||||
|
||||
rtarw ^[ [ C
|
||||
ltarw ^[ [ D
|
||||
uparw ^[ [ A
|
||||
dnarw ^[ [ B
|
||||
pgdn ^N
|
||||
pgup ^P
|
||||
line ^L
|
||||
|
||||
ffirst ^F
|
||||
fnext ^G
|
||||
|
||||
markb,msg,"Mark set",rtn ^B
|
||||
markk,copy,blkdel,msg,"Block copy",rtn ^W
|
||||
yank ^V
|
||||
|
||||
bol ^A
|
||||
eol ^E
|
||||
bof ^U
|
||||
eof ^Q
|
||||
|
||||
menu,"root",rtn ^T
|
||||
|
||||
:prompt
|
||||
:inherit main
|
||||
|
||||
:query
|
||||
:inherit main
|
||||
|
||||
:querya
|
||||
type ^@ TO ÿ
|
||||
|
||||
:querysr
|
||||
:inherit main
|
||||
|
||||
:menu
|
||||
:inherit main
|
||||
|
||||
abort ^Y
|
||||
backsmenu ^?
|
||||
bolmenu ^A
|
||||
eolmenu ^E
|
||||
rtarwmenu ^[ [ C
|
||||
ltarwmenu ^[ [ D
|
||||
uparwmenu ^[ [ A
|
||||
dnarwmenu ^[ [ B
|
||||
rtn ^M
|
||||
|
||||
:defmenu root
|
||||
mode,"autoindent",rtn I Autoindent %Zautoindent%
|
||||
mode,"overwrite",rtn T Overtype %Zoverwrite%
|
||||
mode,"wordwrap",rtn W Word wrap %Zwordwrap%
|
||||
mode,"hex",rtn % % Hex edit mode
|
||||
mode,"tab",rtn D Tab width %Ztab%
|
||||
mode,"crlf",rtn Z CR-LF (MS-DOS) %Zcrlf%
|
||||
mode,"linums",rtn N Line numbers %Zlinums%
|
||||
mode,"beep",rtn B Beep %Zbeep%
|
||||
mode,"rdonly",rtn % % Read only %Zrdonly%
|
||||
mode,"icase",rtn % % Search case %Zicase%
|
||||
execmd C command
|
||||
mode O option
|
||||
Reference in New Issue
Block a user