mirror of
https://github.com/gabehf/nvim-conf.git
synced 2026-03-07 21:48:17 -08: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("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…
Add table
Add a link
Reference in a new issue