some more keybinds

This commit is contained in:
Gabe Farrell 2024-04-09 22:20:52 -04:00
parent 1a4acf33e8
commit 0d5af9ff94

View file

@ -13,4 +13,7 @@ map("n", "<Right>", "<nop>")
map("n", ";", ":", { desc = "CMD enter command mode" })
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", "i", "v" }, "<C-s>", "<cmd> w <cr>")