Add some more docs for cursor_shape

This commit is contained in:
Kovid Goyal 2021-10-24 08:22:01 +05:30
parent 089ab9ee9f
commit 4604558d35
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -231,6 +231,10 @@ opt('cursor_shape', 'block',
long_text='The cursor shape can be one of (block, beam, underline).'
' Note that when reloading the config this will be changed only if the'
' cursor shape has not been set by the program running in the terminal.'
' This sets the default cursor shape. Applications running in the terminal'
' can override it. In particular, :ref:`shell_integration` in kitty'
' sets the cursor shape to bar at shell prompts. You can avoid this'
' by setting :opt:`shell_integration` to :code:`no-cursor`.'
)
opt('cursor_beam_thickness', '1.5',