home: vim: telescope: add 'which-key' mapping

This opens a little preview window with different mappings for
telescope.
This commit is contained in:
Bruno BELANYI 2022-03-11 14:04:37 +01:00
parent 0fd5fb86b1
commit 0af000e52e

View file

@ -5,6 +5,7 @@ telescope.setup({
defaults = {
mappings = {
i = {
["<C-h>"] = "which_key",
-- I want the normal readline mappings rather than scrolling
["<C-u>"] = false,
}