Skip to content

Commit

Permalink
telescope hints
Browse files Browse the repository at this point in the history
  • Loading branch information
davidosomething committed Sep 28, 2023
1 parent 5e83690 commit d95903b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nvim/lua/dko/plugins/telescope.lua
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ return {
},
},
mappings = with_multiselect_mapping(),
prompt_title = "Explorer ? <C-/> ls mappings / <A-d> del / <A-m> mv / <A-r> ren",
},
},
pickers = {
Expand All @@ -106,6 +107,7 @@ return {
},
oldfiles = {
mappings = with_multiselect_mapping(),
prompt_title = "MRU",
},
},
})
Expand Down

0 comments on commit d95903b

Please sign in to comment.