diff options
| author | Volodymyr Kot <volodymyr.kot.ua@gmail.com> | 2021-04-23 16:24:09 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-23 18:24:09 +0300 |
| commit | 712de3e18237323a979b4fd256703e2edfaddf2f (patch) | |
| tree | 43abbb86063cff6cc4eea62b51d49835a70de99f /README.md | |
| parent | a28999574efb7a0d5bddb2e7eb543ff7d4cf14b4 (diff) | |
feat: add search history picker (#769)
Co-authored-by: Volodymyr Kot <vkot@palantir.com>
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -391,6 +391,7 @@ Built-in functions. Ready to be bound to any key you like. :smile: | `builtin.commands` | Lists Available plugin/user commands and run it. | | `builtin.tags` | Lists Tags in current directory with preview (ctags -R) | | `builtin.command_history` | Lists Commands previously ran and run it on enter. | +| `builtin.search_history` | Lists Searches previously ran and run it on enter. | | `builtin.help_tags` | Lists Available help tags and open help document. | | `builtin.man_pages` | Lists Man entries. | | `builtin.marks` | Lists Markers and their value. | |
