More!
This commit is contained in:
12
.config/nvim/lua/custom/mappings.lua
Normal file
12
.config/nvim/lua/custom/mappings.lua
Normal file
@@ -0,0 +1,12 @@
|
||||
---@type MappingsTable
|
||||
local M = {}
|
||||
|
||||
M.general = {
|
||||
n = {
|
||||
[";"] = { ":", "enter command mode", opts = { nowait = true } },
|
||||
},
|
||||
}
|
||||
|
||||
-- more keybinds!
|
||||
|
||||
return M
|
||||
Reference in New Issue
Block a user