Date: Tue, 7 Dec 1999 12:01:21 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: "Daniel H. Luecking" cc: djgpp AT delorie DOT com Subject: Re: vim key commands - not too kool In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Mon, 6 Dec 1999, Daniel H. Luecking wrote: > In my editor, the minimum seems to be 3: > f > Meaning: 1. Run spellcheck Is F12 defined to run the speller in the default configuration of the editor, or is it your customization? If it's not the default behavior, then this is not a fair comparison (I could easily bind the equivalent Emacs function to F12 as well). It also won't work if the misspelled word is itself a valid (but different) word. > However: mapping "^H" to help really was a bad choice. Yes, it only > affected dumb terminals (where pressing sent "^H"), but it > was a choice made in the days when for many of us dumb > terminals connected to mainframe Unixes were our only choices. In those days, most terminals did NOT send ^H when you pressed Backspace, so the default binding actually made sense for most of the dumb terminals. In fact, most Unix terminals didn't have a true Backspace key for a long time, Backspace was essentially invented by the PCs. Unix terminals had DEL that sent the 7Fh code.