diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2017-07-30 21:16:37 +0200 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2017-07-30 22:23:11 +0200 |
commit | 360ca18f550118b10ebde31dc56c65c0cd5d155a (patch) | |
tree | ea8fdb72568bebe21d8a119c2f355fcf481c9828 /runtime/doc/options.txt | |
parent | cb13ef3596ee9d952a2d12c78d9036b7fd134c89 (diff) | |
download | rneovim-360ca18f550118b10ebde31dc56c65c0cd5d155a.tar.gz rneovim-360ca18f550118b10ebde31dc56c65c0cd5d155a.tar.bz2 rneovim-360ca18f550118b10ebde31dc56c65c0cd5d155a.zip |
doc: tui colors, cursor
Diffstat (limited to 'runtime/doc/options.txt')
-rw-r--r-- | runtime/doc/options.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index dc968cd666..bc9705d116 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -2736,7 +2736,7 @@ A jump table for the options with a short description can be found at |Q_op|. 'guicursor' 'gcr' string (default "n-v-c-sm:block,i-ci-ve:ver25,r-cr-o:hor20") global Configures the cursor style for each mode. Works in the GUI and many - terminals. See |cursor-shape| for details. + terminals. See |tui-cursor-shape|. To disable cursor-styling, reset the option: > :set guicursor= |