! EDTINI.EDT - EDT initialization command file ! ! ^E - easy way to Exit DEFINE KEY CONTROL E AS "EXT EXIT." ! ! GOLD Q - quit DEFINE KEY GOLD Q AS "EXT QUIT." ! ! GOLD B - check Buffers DEFINE KEY GOLD B AS "EXT SHOW BUFFER." ! ! GOLD E - change to Exact match search (upper & lower case count) DEFINE KEY GOLD E AS "EXT SET SEARCH EXACT." ! ! GOLD G - change to General match search (upper & lower case are equivalent) DEFINE KEY GOLD G AS "EXT SET SEARCH GENERAL." ! ! GOLD I - Include a file into this one DEFINE KEY GOLD I AS "EXT INCLUDE ?*'Include file: '." ! ! GOLD L - Long (wide) 132 column screen DEFINE KEY GOLD L AS "EXT SET SCREEN 132." ! ! GOLD M - go back to Main buffer DEFINE KEY GOLD M AS "EXT FIND =MAIN.." ! ! GOLD N - Narrow 80 column screen DEFINE KEY GOLD N AS "EXT SET SCREEN 80." ! ! GOLD R - Reverse this character and next one (use to change hte to the) DEFINE KEY GOLD R AS "D+C+CUNDC." ! ! GOLD S - Switch to a different buffer DEFINE KEY GOLD S AS "EXT FIND =?*'Switch to buffer: '.." ! ! GOLD W - Write the SELECT range out to a file DEFINE KEY GOLD W AS "EXT WRITE ?*'Write to what file: ' SELECT." ! ! I don't particularly care for alarm bells SET QUIET ! ! Enter keypad mode (sure hope we're using a VTxxx terminal) SET MODE CHANGE