diff --git a/docs/quick-start.md b/docs/quick-start.md
index 84ab4853..d271800c 100644
--- a/docs/quick-start.md
+++ b/docs/quick-start.md
@@ -102,7 +102,9 @@ del "%tmpfile%"
-To use it, copy the function into the configuration file of your respective shell. Then use `y` instead of `yazi` to start.
+To use it, copy the function into the configuration file of your respective shell.
+
+Then use `y` instead of `yazi` to start, and press q to quit, you'll see the CWD changed. Sometimes, you don't want to change, press Q to quit.
## Keybindings
diff --git a/docs/tips.md b/docs/tips.md
index 6b8362d4..55e25ef4 100644
--- a/docs/tips.md
+++ b/docs/tips.md
@@ -152,6 +152,18 @@ run = [ '''
''', "yank" ]
```
+## `cd` back to the root of the current Git repository {#cd-to-git-root}
+
+```toml
+[[manager.prepend_keymap]]
+on = [ "g", "r" ]
+run = '''
+ shell 'ya pub dds-cd --str "$(git rev-parse --show-toplevel)"' --confirm
+'''
+```
+
+Credits to [@aidanzhai for sharing it](https://t.me/yazi_rs/3325/15373) in Yazi's telegram group.
+
## Maximize preview pane {#max-preview}
Moved to https://github.com/yazi-rs/plugins/tree/main/max-preview.yazi