Register finder (#275)

builtin: Registers finder. view and edit vim registers.
This commit is contained in:
Senghan Bright
2020-11-23 11:07:53 +01:00
committed by GitHub
parent 874139ee0b
commit 124655608f
4 changed files with 102 additions and 2 deletions

View File

@@ -374,6 +374,7 @@ Built-in function ready to be bound to any key you like :smile:.
| `builtin.loclist` | Lists items from current window's location list. |
| `builtin.reloader` | Lists lua modules and reload them on enter. |
| `builtin.vim_options` | Lists vim options and on enter edit the options value. |
| `builtin.registers` | Lists vim registers and edit or paste selection. |
| `builtin.keymaps` | Lists normal-mode mappings. |
| `builtin.filetypes` | Lists all filetypes. |
| `builtin.highlights` | Lists all highlights. |