Mention NVIM_TUI_ENABLE_CURSOR_SHAPE

This commit is contained in:
Michael Reed 2016-02-04 22:53:48 -05:00
parent 374087a8dd
commit f091314d7e

View File

@ -1788,6 +1788,12 @@ even support different cursor styles. Check the documentation.
The example above works with iTerm2.
---
Note that the above code snippet doesn't work with Neovim; use the
`NVIM_TUI_ENABLE_CURSOR_SHAPE` environment variable instead.
See `man 1 nvim` for more information.
#### Don't lose selection when shifting sidewards
If you select one or more lines, you can use `<` and `>` for shifting them