Skip to content

Instantly share code, notes, and snippets.

@neilmarion
Last active August 29, 2015 14:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save neilmarion/b8d5bea11f97d58f1a49 to your computer and use it in GitHub Desktop.
Save neilmarion/b8d5bea11f97d58f1a49 to your computer and use it in GitHub Desktop.
minibufexpl (Mini-buffer explorer)
# https://github.com/fholgado/minibufexpl.vim
# ':edit' --> to open another file in vim and creating a new buffer
# ':new' --> to open another file in vim and creating an empty
# ':b2' --> to open a buffer with label '2'
# Commnad ':MBEbd', ':MBEbw' or ':MBEbun' could be used to delete/wipeout/unload buffers just as ':bd', ':bw' or ':bun', but the window that previously holding them will be preserved.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment