lisp changes
Build project / build (push) Successful in 1m26s

This commit is contained in:
2026-05-22 14:37:32 +02:00
parent edb5384f0e
commit 310498d582
6 changed files with 116 additions and 75 deletions
+2 -3
View File
@@ -48,8 +48,8 @@
))
))
(define enter-and-tab
(lambda ()
(define enter-and-tab
(lambda ()
(editor-insert-new-line)
(let ((is-in (move-cursor "up")))
(do ((ch (editor-read-char) (editor-read-char)))
@@ -86,4 +86,3 @@
(map-key "\"" editor-split-screen-vertical "user")
(map-key "o" editor-switch-next-pane "user")
(map-key "*" editor-unify-panes "user")