" scratch.vim " Author: Abhilash Koneri " Last Change: 06-Jan-2003 @ 12:47 " Created: 17-Aug-2002 " Version: 0.5 " Download From: " http://www.vim.org/script.php?script_id=389 "---------------------------------------------------------------------- " This is a simple plugin that creates a scratch buffer for your " vim session and helps to access it when you need it. " " If you like the custom mappings provided in the script - hitting " should create a new scratch buffer. You can do your scribes " here and if you want to get rid of it, hit again inside scratch buffer " window. If you want to get back to the scratch buffer repeat . " " " Custom mappings " --------------- " The ones defined below are not very ergonomic! "---------------------------------------------------------------------- "Standard Inteface: to make a new ScratchBuffer, -again to hide one if !hasmapto('ShowScratchBuffer',"n") nmap ShowScratchBuffer endif if !hasmapto('InsShowScratchBuffer',"i") imap InsShowScratchBuffer endif " User Overrideable Plugin Interface nmap