diff --git a/home/.config/nvim/lua/keymaps.lua b/home/.config/nvim/lua/keymaps.lua index e692399..a892af2 100644 --- a/home/.config/nvim/lua/keymaps.lua +++ b/home/.config/nvim/lua/keymaps.lua @@ -42,14 +42,12 @@ require("utils").add_keymaps({ cmd = " noh ", }, - -- Save - [""] = { - cmd = " w ", - }, - -- Copies the entire file [""] = { - cmd = ":silent %y+", + cmd = ":%y+", + opts = { + silent = true + } }, -- Allow moving the cursor through wrapped lines with and