Skip to content

Commit e6c7e12

Browse files
committed
Update doc
1 parent 36d8b6a commit e6c7e12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -361,13 +361,13 @@ If you set `cmd` to empty string `''`, it'll call `:terminal` to open a new Vim
361361
- `:ProjectGitBranch`: Show branches
362362
- `:ProjectGitTag`: Show tags
363363

364-
> If those commands run much slower than in terminal, consider `set shell=/bin/bash` for vim.
364+
> If these commands run much slower than in terminal, consider `set shell=/bin/bash` for vim.
365365
366366
#### Git status and changelist management
367367

368368
- `:ProjectGitStatus`: Show local changes. You can create changelist to organize your local changes. Support basic operations like `commit`, `rollback`, `push`, and `pull`.
369369

370-
Below are git related key mappings for the corresponding diff, changes, and local changes buffer.
370+
Below are git related key mappings for the corresponding diff, changes, and local changes buffers.
371371

372372
```vim
373373
let g:vim_project_config.git_diff_mappings = {

0 commit comments

Comments
 (0)