From 5595c2b57b858b6189c83ca5f2d83a1f028e13c0 Mon Sep 17 00:00:00 2001 From: Senghan Bright Date: Wed, 2 Dec 2020 00:32:25 +0100 Subject: [PATCH] add autocommands finder to readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4d7847c..e35e472 100644 --- a/README.md +++ b/README.md @@ -377,6 +377,7 @@ Built-in function ready to be bound to any key you like :smile:. | `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.autocommands` | Lists vim autocommands and go to their declaration. | | `builtin.keymaps` | Lists normal-mode mappings. | | `builtin.filetypes` | Lists all filetypes. | | `builtin.highlights` | Lists all highlights. |