more configs

This commit is contained in:
Gabe Farrell 2024-04-09 23:58:05 -04:00
parent 0d5af9ff94
commit 84fcaa87fa
5 changed files with 83 additions and 2 deletions

View file

@ -15,5 +15,6 @@ map("i", "jk", "<ESC>")
-- custom Leader binds
map("n", "<Leader>sd", ":s/", { desc = "Shortcut to sed" })
map("n", "<Leader>qq", ":wqa<CR>", { desc = "Write all and quit all" })
map("n", "<Leader>qq", ":qa<CR>", { desc = "Write all and quit all" })
-- map({ "n", "i", "v" }, "<C-s>", "<cmd> w <cr>")