mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-22 19:15:37 +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({
|
require("telescope").setup({
|
||||||
defaults = {
|
defaults = {
|
||||||
mappings = {
|
mappings = {
|
||||||
i = { ["<esc>"] = actions.close, },
|
i = {
|
||||||
|
["<esc>"] = actions.close,
|
||||||
|
["<C-h>"] = "which_key",
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
pickers = {
|
pickers = {
|
||||||
|
Loading…
Reference in New Issue
Block a user