Skip to content

A simple buffer bookmarking/jumping utility for Neovim

License

Notifications You must be signed in to change notification settings

kburgon/roo.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Roo.nvim

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.

Installation

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()

Usage

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 used
  • RooJump {index}: Jump to the buffer at the given index
  • RooList: Prints a list of all the marked buffers and their indexes

About

A simple buffer bookmarking/jumping utility for Neovim

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published