diff --git a/doc/smoketest.md b/doc/smoketest.md index d78975ba..b485602d 100644 --- a/doc/smoketest.md +++ b/doc/smoketest.md @@ -16,6 +16,15 @@ A manual smoketest checklist to ensure features are working: Kickstart plugins *that are enabled* should be working - [ ] Autopairs - Brackets, parenthesis, etc, should automatically close +- [ ] Git Signs + - `ghs` should stage a hunk of changes + - `ghr` should reset a hunk of changes + - `ghS` should stage a buffer of changes + - `ghR` should reset a buffer of changes + - `ghp` should preview changes in a git hunk + - `gb` should show the git blame line + - `gd` should show the git diff since the index + - `gD` should show the git diff since the last commit - [ ] IndentLine - Should see visual indentation guides for indented lines @@ -25,7 +34,7 @@ Custom plugins should be working - Shortcut `-` should open Oil - [ ] Snacks - Should load dashboard at start, and `=` should open dashboard - - `gb` should open the remote git repository in a browser + - `gr` should open the remote git repository in a browser - `gl` should open lazy git - `no` should open a scratchpad - `ns` browses existing notes in scratchpad