nvchad_config/mappings.lua

11 lines
145 B
Lua
Raw Permalink Normal View History

2023-03-20 22:13:41 +00:00
---@type MappingsTable
local M = {}
M.general = {
n = {
[";"] = { ":", "enter command mode", opts = { nowait = true } },
},
}
return M