diff options
| author | Samuel Yvon <samuelyvon9@gmail.com> | 2021-05-27 20:01:01 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-27 20:01:01 -0400 |
| commit | ec8cf12cdc258ae5f0f3500d6d6a9a8d54bdd8ef (patch) | |
| tree | 7066333851c3217e3906d1fc41780063e1ba662b /README.md | |
| parent | 904f84942384f988271cd40cc4b195263fe0763a (diff) | |
Make comment match with config (#870)
The configuration example does not match the comment.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -286,7 +286,7 @@ require('telescope').setup{ i = { -- To disable a keymap, put [map] = false -- So, to not map "<C-n>", just put - ["<c-x>"] = false, + ["<C-n>"] = false, -- Otherwise, just set the mapping to the function that you want it to be. ["<C-i>"] = actions.select_horizontal, |
