diff options
| author | Simon Hauser <Simon-Hauser@outlook.de> | 2020-11-19 18:59:44 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-19 18:59:44 +0100 |
| commit | 929a30378c3ff9e4e8252df1f18f32967ecc844c (patch) | |
| tree | c72c18bcbd0fd598014728205d4df67b3e8d49e1 /README.md | |
| parent | 319e8ed8922e072f83adb9a7899d39db03dccd31 (diff) | |
Feat: Add filetypes builtin (#263)
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -373,6 +373,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.keymaps` | Lists normal-mode mappings | +| `builtin.filetypes | Lists all filetypes | | `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| |
