home: vim: telescope: add 'which-key' mapping
This opens a little preview window with different mappings for telescope.
This commit is contained in:
parent
fda1b235bc
commit
20e0a96e65
|
@ -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,
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue