mirror of
https://github.com/gabehf/nvim-conf.git
synced 2026-03-16 10:45:53 -07:00
some more keybinds
This commit is contained in:
parent
1a4acf33e8
commit
0d5af9ff94
1 changed files with 3 additions and 0 deletions
|
|
@ -13,4 +13,7 @@ map("n", "<Right>", "<nop>")
|
||||||
map("n", ";", ":", { desc = "CMD enter command mode" })
|
map("n", ";", ":", { desc = "CMD enter command mode" })
|
||||||
map("i", "jk", "<ESC>")
|
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>")
|
-- map({ "n", "i", "v" }, "<C-s>", "<cmd> w <cr>")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue