-
-
Notifications
You must be signed in to change notification settings - Fork 499
Expand file tree
/
Copy pathrebel_readline.edn
More file actions
30 lines (23 loc) · 793 Bytes
/
rebel_readline.edn
File metadata and controls
30 lines (23 loc) · 793 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
;; ---------------------------------------------------------
;; Rebel Readline Configuration
;;
;; Customise use and appearance
;; ---------------------------------------------------------
{;; Vi or Emacs style key-map
;; :viins or :emacs. Default :emacs
:key-map :viins
;; Color theme - light or dark
;; :color-theme :light-screen-theme
:color-theme :dark-screen-theme
;; Enable syntax highlight. Default true}
:hihighlight true
;; Enable complete on tab. Default true}
:completion true
;; Enable function documentation Default true
:eldoc true
;; auto indent code on newline. Default true}
:indent true
;; rebind root *out* during read to protect linereader, Default true}
:redirect-output true
;; Custom key-bindings applied after all other
:key-bindings {}}