astro-nvim-v3 - archive v4

This commit is contained in:
huyjaky
2024-07-23 23:28:54 +07:00
parent 31b13443c7
commit 4f0bbbe21c
5 changed files with 32 additions and 41 deletions

View File

@@ -25,6 +25,7 @@ return function()
mappings.n["<C-z>"] = { "u", desc = "Undo" }
-- mappings.n["<S-k>"] = { "u", desc = "Undo" }
mappings.n["K"] = { function() vim.lsp.buf.hover() end, desc = "Hover symbol details"}
mappings.i["<C-z>"] = { "<C-o>u", desc = "Undo" }
mappings.i["<C-Del>"] = { "<C-o>dw", desc = "Delete a word backward" }
mappings.i["<C-s>"] = { "<Cmd>w!<CR>", desc = "Save file" }