mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-25 14:01:03 +00:00
leader sx for Telescope Resume
This commit is contained in:
parent
83b80721dc
commit
2a0afd1df4
1 changed files with 6 additions and 0 deletions
|
|
@ -1,3 +1,9 @@
|
||||||
-- Keymaps are automatically loaded on the VeryLazy event
|
-- 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
|
-- Default keymaps that are always set: https://github.com/LazyVim/LazyVim/blob/main/lua/lazyvim/config/keymaps.lua
|
||||||
-- Add any additional keymaps here
|
-- Add any additional keymaps here
|
||||||
|
vim.keymap.set(
|
||||||
|
"n",
|
||||||
|
"<leader>sx",
|
||||||
|
require("telescope.builtin").resume,
|
||||||
|
{ noremap = true, silent = true, desc = "Resume" }
|
||||||
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue