AutoYADM commit: 2024-12-04 16:20:04

This commit is contained in:
Daniel Fichtinger 2024-12-04 16:20:04 -05:00
parent 88c5b27c7f
commit 8c93972191
5 changed files with 521 additions and 12 deletions

View file

@ -51,9 +51,9 @@ map({ "n" }, "<S-l>", "H", { remap = false })
-- better quit
map("n", "<C-q>", "<cmd>qa<cr>", { desc = "Quit All" })
map("n", "<C-x>", function()
Snacks.bufdelete()
end, { remap = true, desc = "Delete Buffer" })
-- map("n", "<C-x>", function()
-- Snacks.bufdelete()
-- end, { remap = true, desc = "Delete Buffer" })
-- yank history
map({ "n", "x" }, "<leader>fp", function()