⚞NEW⚟
- Added plugin support!
- New mode:
reopen
- Reopen recently closed buffers (still separated by window)
- The old mode is called
history
Updates
rabbit.opts.color.box
is now a table for these new modes
rabbit.opts.color.box = {
history = "Function", -- The old mode, hopping between open buffers
reopen = "Macro", -- The new 'reopen' mode to open recently closed buffers
}
- New
:Rabbit
command, so you can rebind easily
- Usage:
:Rabbit {{mode}}
eg :Rabbit history
or :Rabbit reopen
to open that mode
Fixes
- Confirm keys option now works (was hardcoded previously)
Internals
- Screen module is now in charge of drawing borders
- Autocmd is now bound on setup()
- More dry