From 1e7ef41c704f027a989325c0171a852e8207ec24 Mon Sep 17 00:00:00 2001 From: Sebsatian Keller Date: Mon, 21 Dec 2020 21:05:17 +0100 Subject: [PATCH] fix: README example configuration (#357) Both `find_files()` and `help_tags()` were bound to `ff`. This resulted in ff not opening the `find_files()` dialog --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cc028c2..3c3d1c9 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ nnoremap fh Telescope help_tags nnoremap ff lua require('telescope.builtin').find_files() nnoremap fg lua require('telescope.builtin').live_grep() nnoremap fb lua require('telescope.builtin').buffers() -nnoremap ff lua require('telescope.builtin').help_tags() +nnoremap fh lua require('telescope.builtin').help_tags() ``` See [built-in pickers](#pickers) for the list of all built-in