Remove weird semicolon mapping

This commit is contained in:
David Holland 2023-09-14 23:46:03 +02:00
parent 2665b719de
commit db90c5e6a0
1 changed files with 3 additions and 3 deletions

View File

@ -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"},
},