Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vim-scripts/bufexplorer.zip
Buffer Explorer / Browser
https://github.com/vim-scripts/bufexplorer.zip
Last synced: 15 days ago
JSON representation
Buffer Explorer / Browser
- Host: GitHub
- URL: https://github.com/vim-scripts/bufexplorer.zip
- Owner: vim-scripts
- Created: 2010-10-18T09:21:06.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2014-11-05T02:30:09.000Z (over 10 years ago)
- Last Synced: 2024-07-21T17:46:17.091Z (7 months ago)
- Language: VimL
- Homepage: http://www.vim.org/scripts/script.php?script_id=42
- Size: 644 KB
- Stars: 112
- Watchers: 7
- Forks: 28
- Open Issues: 1
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
This is a mirror of http://www.vim.org/scripts/script.php?script_id=42
With bufexplorer, you can quickly and easily switch between buffers by using the one of the default public interfaces:
'\be' (normal open) or
'\bs' (force horizontal split open) or
'\bv' (force vertical split open)Once the bufexplorer window is open you can use the normal movement keys (hjkl) to move around and then use or to select the buffer you would like to open. If you would like to have the selected buffer opened in a new tab, simply press either or 't'. Please note that when opening a buffer in a tab, that if the buffer is already in another tab, bufexplorer can switch to that tab automatically for you if you would like. More about that in the supplied VIM help.
Bufexplorer also offers various options including:
- Display the list of buffers in various sort orders including:
- Most Recently Used (MRU) which is the default
- Buffer number
- File name
- File extension
- Full file path name
- Delete buffer from listFor more about options, sort orders, configuration options, etc. please see the supplied VIM help.