feat: hijack cursor (#428)

This commit is contained in:
Kiyan
2021-06-02 19:28:27 +02:00
committed by GitHub
parent 34a657fd5a
commit 6dca42d09d
4 changed files with 19 additions and 0 deletions

View File

@@ -287,6 +287,12 @@ selectable. The default table is
}
<
|g:nvim_tree_hijack_cursor| *g:nvim_tree_hijack_cursor*
Can be 0 or 1. 1 by default.
When 1, moving cursor in the tree will position the cursor at the start
of the file on the current line.
==============================================================================
INFORMATIONS *nvim-tree-info*