mirror of
https://github.com/gabehf/nvim-conf.git
synced 2026-03-10 07:50:30 -07:00
more configs
This commit is contained in:
parent
0d5af9ff94
commit
84fcaa87fa
5 changed files with 83 additions and 2 deletions
|
|
@ -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>")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue