diff --git a/nvim/lua/keymaps.lua b/nvim/lua/keymaps.lua index 0372e4c..3072394 100644 --- a/nvim/lua/keymaps.lua +++ b/nvim/lua/keymaps.lua @@ -32,6 +32,11 @@ require("utils").add_keymaps({ cmd = "l", }, + -- Window + ["x"] = { + cmd = "q", + }, + -- Disable current highlights [""] = { cmd = " noh ", @@ -44,7 +49,7 @@ require("utils").add_keymaps({ -- Copies the entire file [""] = { - cmd = "ggyG ", + cmd = ":silent %y+", }, -- Allow moving the cursor through wrapped lines with and