diff options
| author | Simon Hauser <Simon-Hauser@outlook.de> | 2020-11-22 03:33:27 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-21 21:33:27 -0500 |
| commit | d153c006e76db4d56eeb03605698a23344cfadbd (patch) | |
| tree | 5733881aad9b86dcb2b961b8ff7d8ac5c36f4413 /README.md | |
| parent | 5bf53823eb7bff7031368dbfa659f0b9775b89e7 (diff) | |
feat: Add highlights builtin (#267)
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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| |
