diff options
| author | Adam Harrison <adamdharrison@gmail.com> | 2021-11-14 15:45:46 -0500 |
|---|---|---|
| committer | Adam Harrison <adamdharrison@gmail.com> | 2021-11-14 15:45:46 -0500 |
| commit | acc6667f575d983c3b664e34637a99fa48bda954 (patch) | |
| tree | 4aefe061ae062d87154325d223984fe9d99942aa | |
| parent | d8473a3e00cece41bc66c3bb75d1d63e897f2383 (diff) | |
| download | lite-xl-acc6667f575d983c3b664e34637a99fa48bda954.tar.gz lite-xl-acc6667f575d983c3b664e34637a99fa48bda954.zip | |
Bug.
| -rw-r--r-- | data/core/keymap.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/core/keymap.lua b/data/core/keymap.lua index d643242f..da819709 100644 --- a/data/core/keymap.lua +++ b/data/core/keymap.lua @@ -1,4 +1,5 @@ local command = require "core.command" +local config = require "core.config" local keymap = {} keymap.modkeys = {} |
