4 Neatvi is a vi/ex editor. It can edit bidirectional UTF-8 text.
6 Edit conf.h to adjust syntax highlighting rules, direction adjustment
7 patterns, and the alternate keymap. To define a new keymap, create a
8 new array in kmap.h, like kmap_fa, and add it to kmaps array in led.c.
9 When in input mode, ^f switches to the alternate keymap and ^e
10 switches back to the default keymap.
12 The following options are supported:
15 Current direction context. The following values are meaningful:
17 * +2: always left-to-right.
18 * +1: follow conf.h's dircontexts[]; left-to-right for others.
19 * -1: follow conf.h's dircontexts[]; right-to-left for others.
20 * -2: always right-to-left.
23 If set (default), performs Arabic/Farsi letter shaping.
26 If set, reorder characters based on the rules defined in conf.h.