18 lines
398 B
Plaintext
18 lines
398 B
Plaintext
// Configuration file
|
|
|
|
,map-key("CTRL-s" %editorSave)
|
|
// ,map-key("CTRL-q" %editorQuit)
|
|
,map-key("CTRL-a" %move-cursor-beg-line)
|
|
,map-key("CTRL-z" %move-cursor-end-line)
|
|
,map-key("CTRL-f o" %open-file)
|
|
,map-key("CTRL-w s h" %window-split-horizontal)
|
|
,map-key("CTRL-w s v" %window-split-vertical)
|
|
|
|
,fun(saveQuit () (
|
|
,editorSave
|
|
,editorQuit
|
|
))
|
|
|
|
,define(theme "dark")
|
|
,define(auto-save true)
|