From 20e0a96e65180eabdf2b34c6ef2556fb3437ce9d 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, }