summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorVolodymyr Kot <volodymyr.kot.ua@gmail.com>2021-04-23 16:24:09 +0100
committerGitHub <noreply@github.com>2021-04-23 18:24:09 +0300
commit712de3e18237323a979b4fd256703e2edfaddf2f (patch)
tree43abbb86063cff6cc4eea62b51d49835a70de99f /README.md
parenta28999574efb7a0d5bddb2e7eb543ff7d4cf14b4 (diff)
feat: add search history picker (#769)
Co-authored-by: Volodymyr Kot <vkot@palantir.com>
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 29b28c2..6323292 100644
--- a/README.md
+++ b/README.md
@@ -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. |