Added bindings module
This commit is contained in:
8
bindings/init.lua
Normal file
8
bindings/init.lua
Normal file
@@ -0,0 +1,8 @@
|
||||
local _M = {
|
||||
global_buttons = require("bindings.global_buttons"),
|
||||
client_buttons = require("bindings.client_buttons"),
|
||||
global_keys = require("bindings.global_keys"),
|
||||
client_keys = require("bindings.client_keys"),
|
||||
}
|
||||
|
||||
return _M
|
||||
Reference in New Issue
Block a user