" -*- vim -*- " @(#) $Id: brief.vim,v 1.0 2001-09-19 10:19:39 EDT eralston exp $ " " Vim global plugin for doing brief-style and " Last Change: 2001-09-19 10:30:38 " Maintainer: Ed Ralston " " created 2001-09-19 10:19:47 eralston@techsan.org " " Pressing successively puts you at the beginning of the " current line, beginning of the screen, and the beginning of the file. " Similarly, for . " " if exists("loaded_brief") finish endif let loaded_brief = 1 if !hasmapto('BriefHome') nmap BriefHome endif noremap