This link has been bookmarked by 12 people . It was first bookmarked on 01 Dec 2006, by D.J D..
-
16 Jul 08
-
16. Is it possible to save and restore the buffer list across Vim sessions?
Yes. To save and restore the buffer list across Vim session, include
the '%' flag in the 'viminfo' option. Note that if Vim is invoked with
a filename argument, then the buffer list will not be restored from the
last session. To use buffer lists across sessions, invoke Vim without
passing filename arguments.
Help keyword(s): 'viminfo', viminfo
17. How do I remove all the entries from the buffer list?
You can remove all the entries in the buffer list by starting Vim with
a file argument. You can also manually remove all the buffers using
the ":bdelete" ex command.
18. What is a hidden buffer?
A hidden buffer is a buffer with some unsaved modifications and is not
displayed in a window. Hidden buffers are useful, if you want to edit
multiple buffers without saving the modifications made to a buffer
while loading other buffers.
Help keyword(s): :buffer-!, 'hidden', hidden-buffer, buffer-hidden
-
-
30 Apr 08
-
29 Apr 08
paulo pereiraVim provides various commands and options to support editing multiple
buffers. This document covers some of the questions asked about using
multiple buffers with Vim. -
23 Oct 07
-
27 Aug 07
-
16 Aug 07
-
01 Mar 07
-
Is it possible to save and restore the buffer list across Vim sessions?
Yes. To save and restore the buffer list across Vim session, include
the '%' flag in the 'viminfo' option. Note that if Vim is invoked with
a filename argument, then the buffer list will not be restored from the
last session. To use buffer lists across sessions, invoke Vim without
passing filename arguments.
-
-
30 Oct 06
Would you like to comment?
Join Diigo for a free account, or sign in if you are already a member.