aboutsummaryrefslogtreecommitdiff
path: root/lua/constants.lua
blob: 2ddb894ab305ec9e3f672a638acd5b9db2981d67 (plain)
1
2
3
4
5
6
7
local constants = {}

constants.next_key = "<A-n>"
constants.previous_key = "<A-p>"
constants.close_key = "<A-e>"

return constants