summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSimon Hauser <Simon-Hauser@outlook.de>2020-11-22 03:33:27 +0100
committerGitHub <noreply@github.com>2020-11-21 21:33:27 -0500
commitd153c006e76db4d56eeb03605698a23344cfadbd (patch)
tree5733881aad9b86dcb2b961b8ff7d8ac5c36f4413 /README.md
parent5bf53823eb7bff7031368dbfa659f0b9775b89e7 (diff)
feat: Add highlights builtin (#267)
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index df44b1c..420311b 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.vim_options` | Lists vim options and on enter edit the options value |
| `builtin.keymaps` | Lists normal-mode mappings |
| `builtin.filetypes | Lists all filetypes |
+| `builtin.highlights | Lists all highlights |
| `builtin.git_commits` | Lists git commits with diff preview and on enter checkout the commit.|
| `builtin.git_bcommits` | Lists buffer's git commits with diff preview and
checkouts it out on enter|