Skip to content

Commit

Permalink
feat: add mapping to resume last Telescope session
Browse files Browse the repository at this point in the history
  • Loading branch information
vicnett committed Nov 17, 2024
1 parent 7027ca0 commit cd29e75
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions vim/lua/plugins/telescope.lua
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,11 @@ return {
builtin.help_tags,
{ desc = "Telescope help tags" }
)
vim.keymap.set(
"n",
"<leader>fr",
builtin.help_tags,
{ desc = "Telescope resume" }
)
end,
}

0 comments on commit cd29e75

Please sign in to comment.