From 327b8b90aecfe5e270cb5c2b964670ea79cd6a5d Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Mon, 10 Nov 2014 23:35:45 +0000 Subject: [PATCH] Document ui_options in README --- README.asciidoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.asciidoc b/README.asciidoc index cd9d5836..5a839039 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -575,6 +575,10 @@ Some options are built in Kakoune, and can be used to control it's behaviour: apply in the buffer, and the other strings are the candidates. * +autoreload+ _yesnoask_: auto reload the buffers when an external modification is detected. + * +ui_options+: colon separated list of key=value pairs that are forwarded to + the user interface implementation. The NCurses UI support the following option: + - +ncurses_status_on_top+: if +yes+, or +true+ the status line will be placed + at the top of the terminal rather than at the bottom. Insert mode completion ----------------------