- Notifications
You must be signed in to change notification settings - Fork750
Bruno Heridet edited this pageNov 2, 2018 ·1 revision
To process input keys and display information to the terminal, Kakoune currently relies onncurses.
Nevertheless, in the following cases Kakoune outputs rawANSI escape codes (defined inECMA-48) to stdout.
ESC ] 104 ; BEL
to reset the palette
ESC [ ? 1002 h
to enable mouse position reportESC [ ? 1004 h
to enable focus events reportESC [ ? 1002 l
to disable mouse position reportESC [ ? 1004 l
to disable focus events report
- Normal mode commands
- Avoid the escape key
- Implementing user mode (Leader key)
- Kakoune explain
- Kakoune TV