From 0af000e52e98e6c87bda60839bcc08bd14211d88 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Fri, 11 Mar 2022 14:04:37 +0100 Subject: [PATCH] home: vim: telescope: add 'which-key' mapping This opens a little preview window with different mappings for telescope. --- home/vim/plugin/settings/telescope.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/home/vim/plugin/settings/telescope.vim b/home/vim/plugin/settings/telescope.vim index 66c0732..fc2c5fb 100644 --- a/home/vim/plugin/settings/telescope.vim +++ b/home/vim/plugin/settings/telescope.vim @@ -5,6 +5,7 @@ telescope.setup({ defaults = { mappings = { i = { + [""] = "which_key", -- I want the normal readline mappings rather than scrolling [""] = false, }