Update Config

2026-01-25 16:28:11 +01:00
parent 76c0b176d5
commit 9ec5874441
+35 -1
@@ -1 +1,35 @@
Welcome to the Wiki.
# Customisation
The config file under `.beluga/config/init.lisp` is fully customisable. It's at your charge to leep the editor running.
# Already sets key-binds
| Key-sequence | Command | Prefix |
| --- | --- | --- |
|"CTRL-x" |'(editor-set-prefix "user") |"no-prefix"|
|"CTRL-g" |'(editor-set-prefix "no-prefix")| "user"|
|"CTRL-c"| editor-quit |"user"|
| "CTRL-s" |editor-save |"user"|
| "ARROW-UP"|'(move-cursor "up") |"no-prefix"|
| "ARROW-DOWN" |'(move-cursor "down") |"no-prefix"|
| "ARROW-RIGHT" |'(move-cursor "right")| "no-prefix"|
|"ARROW-LEFT"|'(move-cursor "left") |"no-prefix"|
|"ENTER" |enter-and-tab |"no-prefix"|
|"CTRL-a" |move-cursor-beg-line |"no-prefix"|
| "CTRL-e" |move-cursor-end-line |"no-prefix"|
| "BACKSPACE" |editor-delete-previous-char| "no-prefix"|
| "DEL" |editor-delete-next-char|"no-prefix"|
|"PAGE-UP"| move-cursor-page-up|"no-prefix"|
|"PAGE-DOWN"| move-cursor-page-down |"no-prefix"|
|"f" |editor-open-file| "user"|
|"TAB"| editor-insert-tab |"no-prefix"|
|"CTRL-k" |editor-del-row |"no-prefix"|
|"CTRL-s"| buffer-find |"no-prefix"|
|"CTRL-r" |editor-move-to-end-of-word |"no-prefix"|
| "ARROW-RIGHT" |editor-switch-next-buffer |"user"|
|"\"" |editor-split-screen-vertical |"user"|
|"o"| editor-switch-next-pane |"user"|
|"*" |editor-unify-panes|"user"|