some more keybinds

main
Gabe Farrell 2 years ago
parent 1a4acf33e8
commit 0d5af9ff94

@ -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>")

Loading…
Cancel
Save