Date: Sat, 04 Dec 2010 11:46:47 -0800 From: Chuck Swiger <cswiger@mac.com> To: JB <jb.1234abcd@gmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: RELEASE vice CURRENT vice STABLE Message-ID: <C34EEA84-2E4F-4785-99CA-4FF1CBFAFEB4@mac.com> In-Reply-To: <iddj37$49d$1@dough.gmane.org> References: <AANLkTim1_-zNc9%2BxZXJv=W9oYO0EAt6155NZaHfYFB8U@mail.gmail.com> <iddj37$49d$1@dough.gmane.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Dec 4, 2010, at 6:26 AM, JB wrote: > If I only, in addition, could get that console/bash Delete key working > properly (delete a char under the cursor instead of the preceding one) it > would be a perfect first rendezvous with this FreeBSD help group :-) "man bash" suggests: Commands for Changing Text delete-char (C-d) Delete the character at point. If point is at the beginning of the line, there are no characters in the line, and the last character typed was not bound to delete-char, then return EOF. backward-delete-char (Rubout) Delete the character behind the cursor. When given a numeric argument, save the deleted text on the kill ring. forward-backward-delete-char Delete the character under the cursor, unless the cursor is at the end of the line, in which case the character behind the cur- sor is deleted. Regards, -- -Chuck
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?C34EEA84-2E4F-4785-99CA-4FF1CBFAFEB4>