File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 11# Neo-tree.nvim
22
33Neo-tree is a Neovim plugin to browse the file system and other tree like
4- structures in a sidebar ** or** floating window.
4+ structures in whatever style suits you, including sidebars, floating windows,
5+ netrw split style, or all of them at once!
56
67![ Neo-tree file system] ( https://github.com/nvim-neo-tree/resources/raw/main/images/Neo-tree-filesystem.png )
78
@@ -251,6 +252,8 @@ sidebars or floats. If you want to use both styles, you can leave your default
251252position as left/right/float, but explicitly open Neo-tree within the current
252253split as needed using the following commands:
253254
255+ #### Reveal
256+
254257```
255258:NeoTreeRevealInSplit
256259```
@@ -261,6 +264,9 @@ This will show the tree within the current window, and will find the current
261264file in the tree and focus it. If the current file is not within the current
262265working directory, you will be prompted to change the cwd.
263266
267+
268+ #### Show
269+
264270```
265271:NeoTreeShow
266272```
You can’t perform that action at this time.
0 commit comments