@@ -330,22 +330,16 @@ VARIABLE *fern-variable*
330330 windows style.
331331 Default: 'edit'
332332
333+ *g:fern#hide_cursor*
334+ Set 1 to hide cursor and forcedly enable | cursorline | to visualize the
335+ cursor node. The | cursorline | is automatically enabled when the focus
336+ is on the buffer and automatically disabled when the cursor is out of
337+ the buffer.
338+ Note that Neovim prior to 0.5.0 cannot hide the cursor thus faint
339+ vertical bar is used instead.
340+
333341*g:fern#smart_cursor*
334- A type | String | of the smart cursor. Available values are
335-
336- "stick" Stick the cursor to the first column to visualize the
337- cursor node. In this mode, single whitespace is
338- prefixed as a padding for better looks.
339-
340- "hide" Hide the cursor and forcedly enable | cursorline | to
341- visualize the cursor node. In this mode, | cursorline |
342- is automatically enabled when the focus is on the
343- buffer and automatically disabled when the cursor is
344- out of the buffer.
345- Note that Neovim prior to 0.5.0 cannot hide the cursor
346- thus faint vertical bar is used instead.
347-
348- Default: "stick"
342+ DEPRECATED: Use | g:fern#hide_cursor | instead.
349343
350344*g:fern#keepalt_on_edit*
351345 Set 1 to apply | keepalt | on the "open:edit" action to keep an
@@ -418,11 +412,9 @@ VARIABLE *fern-variable*
418412
419413*g:fern#disable_viewer_hide_cursor*
420414 DEPRECATED: The cursor is not hidden any longer in default.
421- See | g:fern#smart_cursor | for detail.
422415
423416*g:fern#disable_viewer_smart_cursor*
424- Set 1 to disable viewer smart cursor feature.
425- See | g:fern#smart_cursor | for detail.
417+ DEPRECATED: The smart cursor feature has obsoleted.
426418
427419*g:fern#disable_drawer_auto_winfixwidth*
428420 Set 1 to disable automatically enable 'winfixwidth' to drawer on
0 commit comments