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
- Host: GitHub
- URL: https://github.com/Delapouite/kakoune-registers
- Owner: Delapouite
- Created: 2017-06-06T15:31:37.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2022-03-01T13:24:26.000Z (over 4 years ago)
- Last Synced: 2024-11-08T04:45:56.532Z (over 1 year ago)
- Topics: kakoune, plugin, registers
- Language: KakouneScript
- Homepage: http://kakoune.org
- Size: 106 KB
- Stars: 10
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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:

## 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