Skip to content

fourjay/QuickBuf

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 

Repository files navigation

QuickBuf

A buffer picker that runs inside the command line

Forked from a fork :-)

Original README

This is a mirror of http://www.vim.org/scripts/script.php?script_id=1910

QuickBuf Vim plugin helps navigate and manipulate buffers Maintainer: palnart palnart@gmail.com

Brief description: While making the task of browsing and manipulating buffers visual and simple, QuickBuf also offers advanced abilities of dealing with buffers (ex: "unlisted" mode). It's unique among several other buffer managers for creating no dedicated buffer and defining no auto command, thus minimize its interference.

Give it a try and you may find it all you need to work with Vim's buffers! Any bugs or suggestions, please mail to: palnart@gmail.com

Usage:

  • Press the assigned hotkey to activate QuickBuf (default ). It brings out a list of buffers that you can browse and give commands on! Some indicators in the list:
      • : the buffer being opened in the active window
    • = : a buffer being opened in a window, but not active
    • [+] : modifed buffer
  • Use k/j or / keys to select the buffer.
  • Press a key to give a command to the currently selected buffer
    • d : delete buffer
    • w : wipe out buffer
    • s : open buffer in a new horizontally split window
    • u : open buffer
    • : open buffer and leave QuickBuf; if the buffer is already opened in a window, switch to that window.
  • d, w, and operations may fail (ex: delete a modified buffer), QuickBuf will inform you so that you can force them by preceding the above characters with an exclamation mark ('!'). Ex: !d, !w, !
  • Instead of moving the selection bar around to select a buffer, you can use a number to specify a buffer. For example: '2d' will delete the second buffer in the list. Try '3', '1w', '1!w'
  • Use 'l' key to toggle between LISTED and UNLISTED mode. Which mode QuickBuf enter first depends on the active buffer. While in UNLISTED mode, 'unlisted' buffers (the buffers you have deleted) are showed. Also:
    • [+] indicates a loaded buffer
    • 'd' command makes the selected buffer 'listed' again
  • Press key to leave QuickBuf

Packages

No packages published

Languages

  • Vim Script 100.0%