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