File tree 1 file changed +8
-1
lines changed
1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,10 @@ Yazi is a blazing fast file manager for the terminal. This plugin allows you to
40
40
## [ project] ( https://github.com/Zeioth/project.nvim )
41
41
Provides a menu to open projects you've previously worked on.
42
42
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
+
43
47
![ project.nvim screenshot] ( /img/screenshots/config/behaviors/project.webp )
44
48
45
49
## [ trim] ( https://github.com/cappyzawa/trim.nvim )
@@ -65,6 +69,9 @@ More powerful than the built-in Neovim terminal.
65
69
## [ neovim-session-manager] ( https://github.com/Shatur/neovim-session-manager )
66
70
Provides a menu to save/load Neovim sessions.
67
71
72
+ * To save the current session press ` Space + S + s `
73
+ * To find a session to load press ` Space + S + f `
74
+
68
75
![ neovim-session-manager screenshot] ( /img/screenshots/config/behaviors/session-manager.webp )
69
76
70
77
## [ spectre] ( https://github.com/nvim-pack/nvim-spectre )
@@ -78,7 +85,7 @@ A search and replace panel for Neovim.
78
85
## [ neo-tree] ( https://github.com/nvim-neo-tree/neo-tree.nvim )
79
86
A project file tree viewer.
80
87
81
- * Press ` Space + b ` to toggle it.
88
+ * Press ` Space + e ` to toggle it.
82
89
83
90
![ neotree screenshot] ( /img/screenshots/config/behaviors/neotree.webp )
84
91
You can’t perform that action at this time.
0 commit comments