An open API service indexing awesome lists of open source software.

https://github.com/Delapouite/kakoune-registers

List the current content of registers
https://github.com/Delapouite/kakoune-registers

kakoune plugin registers

Last synced: 11 months ago
JSON representation

List the current content of registers

Awesome Lists containing this project

README

          

# kakoune-registers

[kakoune](http://kakoune.org) plugin that allows you to easily see the current content of all your registers.

It aims to be similar to features from other editors:

- Vim's `:registers` command.

## Install

Add `registers.kak` to your autoload dir: `~/.config/kak/autoload/`.

## Usage

Run the `list-registers` or `info-registers` commands.

## Screenshots

*info* displayed by the `info-registers` command:

![info](https://raw.githubusercontent.com/delapouite/kakoune-registers/master/01.png)

## See also

- [kakoune-buffers](https://github.com/Delapouite/kakoune-buffers)
- [kakoune-marks](https://github.com/Delapouite/kakoune-marks)
- [kakboard](https://github.com/lePerdu/kakboard)
- [:doc registers](https://github.com/mawww/kakoune/blob/master/doc/pages/registers.asciidoc)

## Licence

MIT