leader sx for Telescope Resume

pull/93/head
Lorenzo Bettini 2024-03-05 12:05:31 +01:00
parent 83b80721dc
commit 2a0afd1df4
1 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-- Keymaps are automatically loaded on the VeryLazy event
-- Default keymaps that are always set: https://github.com/LazyVim/LazyVim/blob/main/lua/lazyvim/config/keymaps.lua
-- Add any additional keymaps here
vim.keymap.set(
"n",
"<leader>sx",
require("telescope.builtin").resume,
{ noremap = true, silent = true, desc = "Resume" }
)