-notite
-assume_color
-guess_non_utf8
-guess_utf16
-guess_crlf 
-guess_indent
-menu_above
-transpose
-pastehack
-restore
-search_prompting
-nobackups
-nodeadjoe
-undo_keep 0
-noxon
  
-lmsg \i%k%T%W%I%X %n %m%y%R %x
-rmsg  %S Row %r Col %c %p%% %u ^H help 
-smsg ** Line %r Col %c Offset %o(0x%O) %e %a(0x%A) Width %w ** 
-zmsg ** Line %r Col %c Offset %o(0x%O) ** 

-highlight
-istep 2
-tab 2

:include ftyperc

{Basic
^Y Save & Quit   ^F Search/Replace     ^A Begining of Line    ^B Block Start   ^T^H Toggle Hex
^S Save          ^G Search Next        ^E End of Line         ^W Block Cut     ^T^O Overwrite Mode
^C Abort         ^N Next Page          ^U Begininig of File   ^V Block Paste   ^T^I Toggle Autoindent
^Z Undo          ^P Previous Page      ^Q End of File         ^H Help          ^T^T Set Tab Width
^R Redo          ^K Delete Line        ^L Goto Line                            ^T^C Execute Command
                 ^D Delete Character                                                      mwx'2017 joerc v4.x.x
}

:windows		Bindings common to all windows
type  U+0 TO U+10FFFF
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

mode,"hex",rtn         ^T ^H
mode,"overwrite",rtn   ^T ^O
mode,"tab",rtn         ^T ^T
mode,"autoindent",rtn  ^T ^I
execmd                 ^T ^C

:main			Text editing window
:inherit windows

:prompt
:inherit main

:menu			
:inherit windows

:query
:inherit windows

:querya
type		U+0 TO U+10FFFF

:querysr
type		U+0 TO U+10FFFF

:shell			Input to shell windows
:inherit main

:vtshell		Input to ANSI shell windows
:inherit main



