File tree Expand file tree Collapse file tree 1 file changed +30
-2
lines changed Expand file tree Collapse file tree 1 file changed +30
-2
lines changed Original file line number Diff line number Diff line change 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 {}}
You can’t perform that action at this time.
0 commit comments