Skip to content

Commit 24dd1ce

Browse files
dev: full rebel readline config example
Signed-off-by: John Practicalli <[email protected]>
1 parent c9974f5 commit 24dd1ce

File tree

1 file changed

+30
-2
lines changed

1 file changed

+30
-2
lines changed

rebel_readline.edn

Lines changed: 30 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,30 @@
1-
{:key-map :viins
2-
:color-theme :light-screen-theme}
1+
;; ---------------------------------------------------------
2+
;; Rebel Readline Configuration
3+
;;
4+
;; Customise use and appearance
5+
;; ---------------------------------------------------------
6+
7+
{;; Vi or Emacs style key-map
8+
;; :viins or :emacs. Default :emacs
9+
:key-map :viins
10+
11+
;; Color theme - light or dark
12+
;; :color-theme :light-screen-theme
13+
:color-theme :dark-screen-theme
14+
15+
;; Enable syntax highlight. Default true}
16+
:hihighlight true
17+
18+
;; Enable complete on tab. Default true}
19+
:completion true
20+
21+
;; Enable function documentation Default true
22+
:eldoc true
23+
;; auto indent code on newline. Default true}
24+
:indent true
25+
26+
;; rebind root *out* during read to protect linereader, Default true}
27+
:redirect-output true
28+
29+
;; Custom key-bindings applied after all other
30+
:key-bindings {}}

0 commit comments

Comments
 (0)