Skip to content

Commit 27a9bdb

Browse files
committed
feat: behaviors
1 parent 1037573 commit 27a9bdb

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

docs/plugins/behaviors.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ Yazi is a blazing fast file manager for the terminal. This plugin allows you to
4040
## [project](https://github.com/Zeioth/project.nvim)
4141
Provides a menu to open projects you've previously worked on.
4242

43+
> Hint: This plugin will auto `:cd` the project dir
44+
every time you open a new buffer if it finds `.git`.
45+
This behavior can be configured.
46+
4347
![project.nvim screenshot](/img/screenshots/config/behaviors/project.webp)
4448

4549
## [trim](https://github.com/cappyzawa/trim.nvim)
@@ -65,6 +69,9 @@ More powerful than the built-in Neovim terminal.
6569
## [neovim-session-manager](https://github.com/Shatur/neovim-session-manager)
6670
Provides a menu to save/load Neovim sessions.
6771

72+
* To save the current session press `Space + S + s`
73+
* To find a session to load press `Space + S + f`
74+
6875
![neovim-session-manager screenshot](/img/screenshots/config/behaviors/session-manager.webp)
6976

7077
## [spectre](https://github.com/nvim-pack/nvim-spectre)
@@ -78,7 +85,7 @@ A search and replace panel for Neovim.
7885
## [neo-tree](https://github.com/nvim-neo-tree/neo-tree.nvim)
7986
A project file tree viewer.
8087

81-
* Press `Space + b` to toggle it.
88+
* Press `Space + e` to toggle it.
8289

8390
![neotree screenshot](/img/screenshots/config/behaviors/neotree.webp)
8491

0 commit comments

Comments
 (0)