" File: emacs.vim " Last update: Wed Feb 03 18:00:00 CET 1999 " Availability: This file is available as " " (mirror) " Size: "small" :-) " Purpose: Setup file for the editor Vim (Vi IMproved) " Emulate some basic editing commands from the editor "Emacs". " Usage: From within Vim use the command ":source emacs.vim". " Author: Sven Guckes guckes@vim.org (guckes@math.fu-berlin.de) " " =================================================================== imap 0 imap x imap imap $ imap " The following commands will move the cursor to the next/previous " line, but I am used to using Vim's prefix completion commands. " imap j " imap k imap b B imap f W " "EOF