window=0,128,108,40
#window=0,142,108,40
termc=< >
scroll=1
color	1=black
color	2=green
color	3=black
color	4=midnight blue
color	5=midnight blue
color	6=black
color	7=black
color	8=white

init

fkey 1 = File
fkey 2 =Change
fkey 3 =Search
fkey 4 =Split
fkey 5 =Find-F

fkey 6 =Sel-L
fkey 7 = Cut
fkey 8 = Copy
fkey 9 =Past-L
fkey 10 =T-Jump


fkey 13	= Help
fkey 14	=Cursor
fkey 15	=M-jump
fkey 16	=Usplit
fkey 17	=Find-B
fkey 18	=Sel-C
fkey 19	=X-cut
fkey 20	=X-past
fkey 21	=Past-C
fkey 22	=Dup-L

fkey 26	=KM-in
fkey 27	=KMmenu
fkey 29	= Find
fkey 31	=LCB-ed
fkey 32	=CCB-ed
fkey 34	= Swap


set del_char_left = $BS

set unsplit_window = ^A
set half_down = ^C
set bot_of_text = ^D
set cursor_up = ^E
set word_right = ^F
set del_char_right = ^G
set del_char_left = ^H

set find_rep_forward = ^L
set return = ^M
set split_line = ^N
set scroll_left = ^O
set scroll_right = ^P
set half_up = ^R
set top_of_text = ^S
set del_word_right = ^T
set del_line_left = ^U
set change_mode = ^V
set find_forward_1st = ^W
set cursor_down = ^X
set del_hole_line = ^Y
set split_window = ^Z
set change_case = ^\
set jump_bracket = ^]
set case_mode = ^^
set exec_kmacro = ^_

set top_column = ^Q ^S
set bot_column = ^Q ^D
set top_of_text = ^Q ^R
set bot_of_text = ^Q ^C
set find_forward_1st = ^Q ^F
set find_backward_1st= ^Q ^B
set replace_1st = ^Q ^A
set undo = ^Q ^U
set del_line_right = ^Q ^K
set del_line_right = ^Q ^Y
set file_menu = ^Q ^Q
set caps_lock = ^Q ^L
set mark_set = ^Q ^M
set num_lock = ^Q ^N
set del_line_left = ^Q $DEL
set refresh = ^Q ^O
set auto_up = ^Q ^W
set auto_down = ^Q ^Z
set ctrl_input = ^Q ^I

set jump_number = ^J ^J
set jump_menu = ^J ^M
set mark_del = ^J ^D
set prev_mark = ^J ^P
set next_mark = ^J ^N
set mark_del_all = ^J ^A
set tag_jump = ^J ^T

set quit_text = ^K ^Q
set save_text = ^K ^S
set save_quit = ^K ^D
set all_save_quit = ^K ^X
set all_quit = ^K ^Z

set mark_top_buffer = ^K ^B
set copy_buffer = ^K ^K
set cut_buffer = ^K ^Y
set paste_buffer = ^K ^C
set write_buffer = ^K ^W
set insert_text = ^K ^R
set edit_cut_buff = ^K ^E
set clear_buffer = ^K ^N
set input_kmacro = ^K ^M

set prev_buffer= ^B ^P
set next_buffer= ^B ^N
set swap_buffer = ^B ^S

set cursor_up = $C_UP
set cursor_up = $S_C_UP
#set line_up2 = $S_C_UP
set cursor_down = $C_DOWN
set cursor_down = $S_C_DOWN
#set line_down2 = $S_C_DOWN
set cursor_left = $C_LEFT
set cursor_left = $S_C_LEFT
#set top_column = $S_C_LEFT
set cursor_right = $C_RIGHT
set cursor_right = $S_C_RIGHT
#set bot_column = $S_C_RIGHT

set del_char_right = $DEL
set change_mode = $S_INS

set file_menu = $FUNC_1
set help = $SFUNC_1
set change_menu = $FUNC_2
set cursor_menu = $SFUNC_2
set input_kmacro = $EFUNC_2
set search_menu = $FUNC_3
set jump_menu = $SFUNC_3
set kmacro_menu = $EFUNC_3
set split_window = $FUNC_4
set unsplit_window = $SFUNC_4
set find_rep_forward = $FUNC_5
set find_rep_backward = $SFUNC_5
set find_forward_1st = $EFUNC_5

set mark_top_buffer = $FUNC_6
set mark_ch_top_buff = $SFUNC_6
set cut_buffer = $FUNC_7
set xcut_buff = $SFUNC_7
set edit_cut_buff = $EFUNC_7
set copy_buffer = $FUNC_8
set xpaste_buff = $SFUNC_8
set edit_ch_cut_buff = $EFUNC_8
set paste_buffer = $FUNC_9
set ch_past_buff = $SFUNC_9
set tag_jump = $FUNC_10
set dup_line = $SFUNC_10
set swap_buffer = $EFUNC_10
