diff --git a/lua/core/mappings.lua b/lua/core/mappings.lua index a631b68..9f115ce 100644 --- a/lua/core/mappings.lua +++ b/lua/core/mappings.lua @@ -24,13 +24,17 @@ M.general = { ["d"] = { "\"_d", "delete without copying into clipboard" }, -- motion keybinds - ["zz", "move forward half page" }, - ["zz", "move backward half page" }, + [""] = { "zz", "move forward half page" }, + [""] = { "zz", "move backward half page" }, ["n"] = { "nzzzv" }, ["N"] = { "Nzzzv" }, ["pv"] = { " Ex ", "File Tree" }, + + ["ex"] = { "!chmod +x %", "Make the current buffer script executable", opts = { silent = true } }, + + ["s"] = { [[:%s/\<\>//gI]] }, }, v = {