Customized fork of github.com/rxi/lite
1-- put user settings here
2-- this module will be loaded after everything else when the application starts
3
4local keymap = require "core.keymap"
5local config = require "core.config"
6local style = require "core.style"
7
8-- light theme:
9-- require "user.colors.summer"
10
11-- key binding:
12-- keymap.add { ["ctrl+escape"] = "core:quit" }
13