From ec8cf12cdc258ae5f0f3500d6d6a9a8d54bdd8ef Mon Sep 17 00:00:00 2001 From: Samuel Yvon Date: Thu, 27 May 2021 20:01:01 -0400 Subject: [PATCH] Make comment match with config (#870) The configuration example does not match the comment. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ece5fc5..e8e19ae 100644 --- a/README.md +++ b/README.md @@ -286,7 +286,7 @@ require('telescope').setup{ i = { -- To disable a keymap, put [map] = false -- So, to not map "", just put - [""] = false, + [""] = false, -- Otherwise, just set the mapping to the function that you want it to be. [""] = actions.select_horizontal,