Skip to content

v3.2.0 - bunny ears

Compare
Choose a tag to compare
@VoxelPrismatic VoxelPrismatic released this 06 Jun 22:22

⚞NEW⚟

Updates

  • The History Rabbit will now recall the history of the last closed window
    • Only shown on new windows with no history
    • Option to restore full history if you closed the window accidentally
  • The Reopen Rabbit will now recall the list of open buffers you last closed with
    • Separated by current working directory
    • Only available if you haven't closed a buffer yet
    • Option to open all buffers to quickly resume work
  • The Oxide Rabbit is more efficient
    • Note: Previous history will be purged
    • Automatically deletes files that don't exist
    • Doesn't redraw the entire window on file_del
    • Entries don't jump around as much
  • The Rabbit window now automatically removes files that don't exist
  • Plugins can now have their own WinClosed autocmd

Bug Fixes

  • No longer crashes when you set rabbit.opts.window.width or height to nil
  • The global WinClosed autocmd now actually works
    • For how type-unsafe Lua is, I'm amazed that strings don't equal numbers