From 7cde72f83094867dae12164103df4dfaf1139de2 Mon Sep 17 00:00:00 2001 From: sxyazi Date: Wed, 18 Dec 2024 11:39:18 +0800 Subject: [PATCH] docs: simplify the `g r` keymap to change to the git root directory --- docs/tips.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tips.md b/docs/tips.md index c87f69ad..f817d7ae 100644 --- a/docs/tips.md +++ b/docs/tips.md @@ -204,7 +204,7 @@ run = [ ''' [[manager.prepend_keymap]] on = [ "g", "r" ] run = ''' - shell 'ya pub dds-cd --str "$(git rev-parse --show-toplevel)"' + shell 'ya emit cd "$(git rev-parse --show-toplevel)"' ''' ```