Date: Mon, 6 Dec 1999 13:13:29 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Lars Eighner 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 Sun, 5 Dec 1999, Lars Eighner wrote: > 1. shift F2 (search backwards) > 2. o > 3. esc (search on o) > 4. backspace (rub o) > 5. i (insert i) > 6. home > 7. home > 8. down arrow (to end of document) > (or 6. home, 7. right arrow, 8. down arrow, to return to end > of second line if that is not the end of document) Here's the Emacs sequence that does the same: Ctrl-R (search in reverse) o (search for o) DEL (delete o) i (insert i)