bedrc.new (bed-3.0.3.src.tar.xz) | : | bedrc.new (bed-3.1.0.src.tar.xz) | ||
---|---|---|---|---|
#newfilesize 512 #gives the size of new files ( Alt-f,n) | #newfilesize 512 #gives the size of new files ( Alt-f,n) | |||
context TERM rxvtbed | context TERM rxvtbed | |||
#don't place any keys statements before this statements | #don't place any keys statements before this statements | |||
#the first keys statement initialises ncurses | #the first keys statement initialises ncurses | |||
setenv TERMINFO c:/Program Files/bed/terminfo | setenv TERMINFO c:/Program Files/bed/terminfo | |||
setenv isxterm rxvtbed | setenv isxterm rxvtbed | |||
context TERM | context TERM | |||
datatypedir /cygdrive/c/Program Files/bed/misc/ | datatypedir c://Program Files/bed/misc/ | |||
CONTEXT COLORTERM | CONTEXT COLORTERM | |||
keys 27 91 55 126 = home #home | keys 27 91 55 126 = home #home | |||
keys 27 91 56 126 = end #end | keys 27 91 56 126 = end #end | |||
CONTEXT CURSES_VERSION PDCURSES | CONTEXT CURSES_VERSION PDCURSES | |||
setenv PDCURSES 1 | setenv PDCURSES 1 | |||
keys 26 = shell | keys 26 = shell | |||
keys 27 209 = consoleresize | keys 27 209 = consoleresize | |||
setenv no_nconsole 1 | setenv no_nconsole 1 | |||
context TERM | context TERM | |||
#less/vi like commandmode keybinding: | #less/vi like commandmode keybinding: | |||
skipping to change at line 160 | skipping to change at line 160 | |||
keys 27 91 91 67 = nextsearch #F3 | keys 27 91 91 67 = nextsearch #F3 | |||
keys 27 91 50 48 126 = beginpage #F9 | keys 27 91 50 48 126 = beginpage #F9 | |||
keys 27 91 50 49 126 = endpage #F10 | keys 27 91 50 49 126 = endpage #F10 | |||
keys 27 91 49 56 126 = prevmode #F7 | keys 27 91 49 56 126 = prevmode #F7 | |||
keys 27 91 49 57 126 = nextmode #F8 | keys 27 91 49 57 126 = nextmode #F8 | |||
keys 27 91 91 69 = prevfile #F5 | keys 27 91 91 69 = prevfile #F5 | |||
keys 27 91 49 55 126 = nextfile #F6 | keys 27 91 49 55 126 = nextfile #F6 | |||
keys 27 91 91 68 = playrecord #F4 | keys 27 91 91 68 = playrecord #F4 | |||
context ! isxterm | context ! isxterm | |||
keys 23 234 = notisxterm | ||||
setenv nopdterm 1 | setenv nopdterm 1 | |||
context ! PDCURSES | context ! PDCURSES | |||
keys 23 234 = nopdcurses | ||||
setenv nopdterm 1 | setenv nopdterm 1 | |||
context ! nopdterm | context ! nopdterm # PDCURSES in xterm | |||
keys 27 130 = up #up | keys 27 130 = up #up | |||
keys 27 136 = down #down | keys 27 136 = down #down | |||
keys 27 132 = left #left | keys 27 132 = left #left | |||
keys 27 134 = right #right | keys 27 134 = right #right | |||
keys 27 131 = pgup #pgup | keys 27 131 = pgup #pgup | |||
keys 27 137 = pgdn #pgdn | keys 27 137 = pgdn #pgdn | |||
keys 27 142 = delete #delete | keys 27 142 = delete #delete | |||
keys 27 163 = nextmark #Tab | keys 27 163 = nextmark #Tab | |||
context ! COLORTERM | ||||
setenv noxpd 1 | ||||
context ! PDCURSES | ||||
setenv noxpd 1 | ||||
context ! noxpd | ||||
keys 27 104 = f1 # f1 doesn't work, use alt-h instead | keys 27 104 = f1 # f1 doesn't work, use alt-h instead | |||
color BAR red white reverse | color BAR red white reverse | |||
color MENU yellow WHITE reverse | color MENU yellow WHITE reverse | |||
color OPENTITLE yellow red reverse bold | color OPENTITLE yellow red reverse bold | |||
color OPENKEY yellow BLACK bold reverse | color OPENKEY yellow BLACK bold reverse | |||
context TERM | context PATH | |||
#general context | #general context | |||
#color OPENLIST red black bold | ||||
color OPENLIST white black bold reverse | ||||
#color OPENLISTACT red white bold reverse | ||||
#color OPENLISTSEL green magenta | ||||
#color OPENNORMAL white magenta bold | ||||
#color OPENLISTACT brown yellow bold reverse | ||||
call_on_switch titleset | call_on_switch titleset | |||
End of changes. 7 change blocks. | ||||
5 lines changed or deleted | 15 lines changed or added |