doc: clarify quit-on-last-window-hack support status
This commit is contained in:
parent
e6c1b4cd5b
commit
247f80b633
@ -15,7 +15,7 @@
|
|||||||
(Live) filtering
|
(Live) filtering
|
||||||
|
|
||||||
Cut, copy, paste, rename, delete, create
|
Cut, copy, paste, rename, delete, create
|
||||||
|
|
||||||
Highly customisable
|
Highly customisable
|
||||||
|
|
||||||
<br clear="left"/>
|
<br clear="left"/>
|
||||||
@ -110,7 +110,7 @@ nvim-tree comes with number of mappings; for default mappings please see [:help
|
|||||||
* `toggle` has a second parameter which allows to toggle without focusing the explorer (`require"nvim-tree".toggle(false, true)`).
|
* `toggle` has a second parameter which allows to toggle without focusing the explorer (`require"nvim-tree".toggle(false, true)`).
|
||||||
* You can allow nvim-tree to behave like vinegar, see [:help nvim-tree-vinegar](doc/nvim-tree-lua.txt)
|
* You can allow nvim-tree to behave like vinegar, see [:help nvim-tree-vinegar](doc/nvim-tree-lua.txt)
|
||||||
* If you `:set nosplitright`, the files will open on the left side of the tree, placing the tree window in the right side of the file you opened.
|
* If you `:set nosplitright`, the files will open on the left side of the tree, placing the tree window in the right side of the file you opened.
|
||||||
* You can automatically close the tab/vim when nvim-tree is the last window in the tab: <https://github.com/kyazdani42/nvim-tree.lua/discussions/1115>. WARNING: this can catastrophically fail: <https://github.com/kyazdani42/nvim-tree.lua/issues/1368>. Use with great caution.
|
* You can automatically close the tab/vim when nvim-tree is the last window in the tab: <https://github.com/kyazdani42/nvim-tree.lua/discussions/1115>. WARNING: this can catastrophically fail: <https://github.com/kyazdani42/nvim-tree.lua/issues/1368>. This will not be added to nvim-tree and the team will not provide support / assistance with this, due to complexities in vim event timings and side-effects.
|
||||||
|
|
||||||
## Troubleshooting
|
## Troubleshooting
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user