From 7938ace0f6681e5bd5207283036b496416879c67 Mon Sep 17 00:00:00 2001 From: TJ DeVries Date: Thu, 8 Oct 2020 21:44:53 -0400 Subject: [PATCH] fix: README update --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index aa612e8..2a78b39 100644 --- a/README.md +++ b/README.md @@ -153,7 +153,9 @@ j k next | previous (in normal mode) To see the full list of mappings, check out `lua/telescope/mappings.lua` and the `default_mappings` table. -To change the default mappings globally, you can use the `mappings` key in the `setup` table. +To override ALL of the default mappings, you can use the `default_mappings` key in the `setup` table. + +To override only SOME of the default mappings, you can use the `mappings` key in the `setup` table. ``` To disable a keymap, put [map] = false