From db90c5e6a0e7c8b78360cbd161f7049a6814f78f Mon Sep 17 00:00:00 2001 From: David Holland Date: Thu, 14 Sep 2023 23:46:03 +0200 Subject: [PATCH] Remove weird semicolon mapping --- lua/custom/mappings.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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"}, },