vim-buffest : Edit registers and the quickfix/location list as buffers
script karma |
Rating 10/4,
Downloaded by 623 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
Roger Bongers |
|
script type |
utility |
|
description |
Allows you to open a representation of registers and the quickfix/location lists in buffers opened in a new split/tab.
Automatically adds autocommands to these buffers so you can read/write with commands like `:w`, `:e!`, `ZZ`, etc.
For editing registers, it saves time pasting/yanking/cleaning up when editing macros or yanked content.
It can also allow you to easily preview the contents of a register.
For lists, it adds powerful filtering and creation functionality through built-in vim commands.
Adds the intuitive bindings `c@{register}` to open a register, `c,q` to open the quickfix list, and `c,l` to open the location list.
Everything is bindable and re-bindable.
This command is inspired by emacs and, in my opinion, adds a very simple but powerful feature missing in vim.
For some examples, a demo, and the most up-to-date code, see https://github.com/rbong/vim-buffest |
|
install details |
|
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 3.148.168.26
|