Make comment match with config (#870)
The configuration example does not match the comment.
This commit is contained in:
@@ -286,7 +286,7 @@ require('telescope').setup{
|
|||||||
i = {
|
i = {
|
||||||
-- To disable a keymap, put [map] = false
|
-- To disable a keymap, put [map] = false
|
||||||
-- So, to not map "<C-n>", just put
|
-- 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.
|
-- Otherwise, just set the mapping to the function that you want it to be.
|
||||||
["<C-i>"] = actions.select_horizontal,
|
["<C-i>"] = actions.select_horizontal,
|
||||||
|
|||||||
Reference in New Issue
Block a user