14 lines
358 B
Lua
14 lines
358 B
Lua
--[[
|
|
Loads key mapping settings
|
|
|
|
This file only loads others
|
|
|
|
To have a full display of the configuration structure, see the root init.lua
|
|
--]]
|
|
|
|
require('mapping.mapleader') -- define mapleader key
|
|
|
|
require('mapping.movement') -- movement linked mapping
|
|
|
|
require('mapping.maintenance') -- maintenance and configuration change linked
|
|
-- mapping
|