first commit

This commit is contained in:
Arthur Barraux
2025-06-02 10:27:04 +02:00
commit 04464ec2e7
11 changed files with 819 additions and 0 deletions
+12
View File
@@ -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)