diff --git a/lua/custom/mappings.lua b/lua/custom/mappings.lua index 17cf06a..35fd719 100644 --- a/lua/custom/mappings.lua +++ b/lua/custom/mappings.lua @@ -2,9 +2,9 @@ local M = {} M.general = { - n = { - [";"] = { ":", "enter command mode", opts = { nowait = true } }, - }, + -- n = { + -- [";"] = { ":", "enter command mode", opts = { nowait = true } }, + -- }, v = { [">"] = { ">gv", "indent"}, },