mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-09 23:22:57 +00:00
telescope keymap hints
This commit is contained in:
parent
8012fa7051
commit
81815ed551
@ -350,7 +350,10 @@ local actions = require("telescope.actions")
|
||||
require("telescope").setup({
|
||||
defaults = {
|
||||
mappings = {
|
||||
i = { ["<esc>"] = actions.close, },
|
||||
i = {
|
||||
["<esc>"] = actions.close,
|
||||
["<C-h>"] = "which_key",
|
||||
},
|
||||
},
|
||||
},
|
||||
pickers = {
|
||||
|
Loading…
Reference in New Issue
Block a user