diff --git a/nvim/lua/dko/plugins/telescope.lua b/nvim/lua/dko/plugins/telescope.lua index 22577bd2..94809ae7 100644 --- a/nvim/lua/dko/plugins/telescope.lua +++ b/nvim/lua/dko/plugins/telescope.lua @@ -89,6 +89,7 @@ return { }, }, mappings = with_multiselect_mapping(), + prompt_title = "Explorer ? ls mappings / del / mv / ren", }, }, pickers = { @@ -106,6 +107,7 @@ return { }, oldfiles = { mappings = with_multiselect_mapping(), + prompt_title = "MRU", }, }, })