first commit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
// 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)
|
||||
|
||||
,define(theme "dark")
|
||||
,define(auto-save true)
|
||||
Reference in New Issue
Block a user