AutoYADM commit: 2024-11-17 17:16:59

This commit is contained in:
Daniel Fichtinger 2024-11-17 17:16:59 -05:00
parent 3a89f71eca
commit b1d7addee4
4 changed files with 18 additions and 11 deletions

View file

@ -55,6 +55,10 @@ map({ "n" }, "<S-l>", "H", { remap = false })
-- better quit
map("n", "<leader>q", "<cmd>qa<cr>", { desc = "Quit All" })
map("n", "<C-x>", function()
Snacks.bufdelete()
end, { remap = true, desc = "Delete Buffer" })
-- yank history
map({ "n", "x" }, "<leader>fp", function()
if LazyVim.pick.picker.name == "telescope" then