Skip to content

Commit

Permalink
docs: simplify the g r keymap to change to the git root directory
Browse files Browse the repository at this point in the history
  • Loading branch information
sxyazi committed Dec 18, 2024
1 parent a245ede commit 7cde72f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tips.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)"'
'''
```

Expand Down

0 comments on commit 7cde72f

Please sign in to comment.