Document ui_options in README

This commit is contained in:
Maxime Coste 2014-11-10 23:35:45 +00:00
parent b2407d9dfa
commit 327b8b90ae

View File

@ -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. apply in the buffer, and the other strings are the candidates.
* +autoreload+ _yesnoask_: auto reload the buffers when an external * +autoreload+ _yesnoask_: auto reload the buffers when an external
modification is detected. 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 Insert mode completion
---------------------- ----------------------