From 124655608ff727ecee032bb2eb6f44014e8868eb Mon Sep 17 00:00:00 2001 From: Senghan Bright Date: Mon, 23 Nov 2020 11:07:53 +0100 Subject: Register finder (#275) builtin: Registers finder. view and edit vim registers. --- README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'README.md') diff --git a/README.md b/README.md index bfeb398..dcc7b30 100644 --- a/README.md +++ b/README.md @@ -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. | -- cgit v1.2.3