Skip to content

Commit eb7053a

Browse files
committed
docs: update README to include netrw split style in summary
1 parent 77b1e26 commit eb7053a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# Neo-tree.nvim
22

33
Neo-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
251252
position as left/right/float, but explicitly open Neo-tree within the current
252253
split 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
261264
file in the tree and focus it. If the current file is not within the current
262265
working directory, you will be prompted to change the cwd.
263266

267+
268+
#### Show
269+
264270
```
265271
:NeoTreeShow
266272
```

0 commit comments

Comments
 (0)