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
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue