On 6 май, 13:15, john Maclean <jaye...@gmail.com> wrote: > Chaps, > > Check this out - going from emacs to vim, (again) as emacs' keybindings > are a pain on a mac book pro. > > There must be a way to have vim create a scratch buffer on start up.
The following line in your vimrc might help: au VimEnter * if empty(expand('%')) | set buftype=nofile | endif -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php