A simple tool for jumping between buffers. In this plugin, the idea of jumping between buffers is treated much like jumping directly between tabs in a browser or task bar (Ctrl-1 through Ctrl-9). Buffers can be assigned to an index between 1 and 9, and then the current window can be set to display a buffer by index.
Using Lazy:
{
'kburgon/roo.nvim'
}In addition, the following line will need to be added to init.lua or another config file:
require("roo").setup()The following vim commands are available for use:
RooSet {index} {buffnum}: Marks the specified buffer for the given index. If{buffnum}is not included the current buffer will be usedRooJump {index}: Jump to the buffer at the given indexRooList: Prints a list of all the marked buffers and their indexes