Skip to content
PRIZ ;] edited this page Jun 10, 2024 · 6 revisions

Description

The version shield Rabbit tracks all buffers that the current window has visited, and orders them in order of most recent visit. Again, this separates by window, so even in split screen, Rabbit will not conflate the two histories.

Also, when opening a new window, Rabbit will ask if you want to recover the history of the last window closed, just in case if you closed it mistakenly.

Options

require("rabbit").setup({                   ---@type Rabbit.Options
    plugin_opts = { history = { opts = {    ---@type Rabbit.Plugin.History.Options
        ignore_unlisted = true,
    }}},
})
field type default description
ignore_unlisted bool true If true, this will not list unlisted buffers, like those from Oil.nvim

Preview

2024-06-10.16-52-27.qsv.mp4
Clone this wiki locally