diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2014-11-10 23:35:45 +0000 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2014-11-10 23:35:45 +0000 |
| commit | 327b8b90aecfe5e270cb5c2b964670ea79cd6a5d (patch) | |
| tree | 245d6b5ddda3075f98ec76601162d833fbaeab5d | |
| parent | b2407d9dfa1ec1b4a22fba7458d3e185f262edb6 (diff) | |
Document ui_options in README
| -rw-r--r-- | README.asciidoc | 4 |
1 files changed, 4 insertions, 0 deletions
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 ---------------------- |
