neovim keybind for telescope resume

This commit is contained in:
Noah Masur
2023-06-28 22:53:52 -06:00
parent b282e76be4
commit 140b410ea0
2 changed files with 5 additions and 9 deletions

View File

@ -13,6 +13,7 @@ vim.keymap.set("n", "<Leader>gf", telescope.git_bcommits)
vim.keymap.set("n", "<Leader>gb", telescope.git_branches)
vim.keymap.set("n", "<Leader>gs", telescope.git_status)
vim.keymap.set("n", "<Leader>s", telescope.current_buffer_fuzzy_find)
vim.keymap.set("n", "<Leader>rr", telescope.resume)
vim.keymap.set("n", "<Leader>N", function()
local opts = {