diff --git a/nvim/lua/keymaps.lua b/nvim/lua/keymaps.lua index 9daf520..01e4b6a 100644 --- a/nvim/lua/keymaps.lua +++ b/nvim/lua/keymaps.lua @@ -31,7 +31,7 @@ require("utils").add_keymaps({ -- Copies the entire file [""] = { - cmd = " %y+ ", + cmd = "ggyG ", }, -- Allow moving the cursor through wrapped lines with and