This commit is contained in:
Antoine Phan
2024-01-17 23:33:14 -05:00
parent 5a24ecc802
commit ee90d9cc27
28 changed files with 2453 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
---@type MappingsTable
local M = {}
M.general = {
n = {
[";"] = { ":", "enter command mode", opts = { nowait = true } },
},
}
-- more keybinds!
return M