Skip to content

Commit d95903b

Browse files
telescope hints
1 parent 5e83690 commit d95903b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

nvim/lua/dko/plugins/telescope.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ return {
8989
},
9090
},
9191
mappings = with_multiselect_mapping(),
92+
prompt_title = "Explorer ? <C-/> ls mappings / <A-d> del / <A-m> mv / <A-r> ren",
9293
},
9394
},
9495
pickers = {
@@ -106,6 +107,7 @@ return {
106107
},
107108
oldfiles = {
108109
mappings = with_multiselect_mapping(),
110+
prompt_title = "MRU",
109111
},
110112
},
111113
})

0 commit comments

Comments
 (0)