Skip to content

Commit 1b02477

Browse files
committed
Update doc
1 parent e6c7e12 commit 1b02477

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,9 @@ You need to remove this plugin as well as `config_home` (default: `~/.vim/vim-pr
171171

172172
> You can try adjusting `wildmenu`, `wildmode` for enhanced command-line completion
173173
174+
> [!IMPORTANT]
175+
> If some commands run much slower than its equivalent in terminal, consider resetting `shell` to `sh`. You can also try `set shell=/bin/bash`.
176+
174177
### :Project `<path>`
175178

176179
`path`: If `path` is relative or a project name , it'll search with both current working directory and `g:vim_project_config.project_base` as path base . In addition, you can use <kbd>Tab</kbd> to auto complete the path.
@@ -361,7 +364,8 @@ If you set `cmd` to empty string `''`, it'll call `:terminal` to open a new Vim
361364
- `:ProjectGitBranch`: Show branches
362365
- `:ProjectGitTag`: Show tags
363366

364-
> If these commands run much slower than in terminal, consider `set shell=/bin/bash` for vim.
367+
> [!IMPORTANT]
368+
> If some commands run much slower than its equivalent in terminal, consider resetting `shell` to `sh`. You can also try `set shell=/bin/bash`.
365369
366370
#### Git status and changelist management
367371

0 commit comments

Comments
 (0)