Skip to content

v2.2.0 - plugins f'ing like rabbits

Compare
Choose a tag to compare
@VoxelPrismatic VoxelPrismatic released this 26 May 01:34

⚞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