refactor: simplify the sudo demo for better readability

This commit is contained in:
sxyazi
2024-11-12 08:53:02 +08:00
parent dc118798fb
commit fb3ae9093b
2 changed files with 3 additions and 4 deletions

View File

@@ -14,8 +14,8 @@ Add this to your `~/.config/yazi/keymap.toml`:
```toml
[[manager.prepend_keymap]]
on = "<C-t>"
run = "plugin sudo-demo"
on = "<C-t>"
run = "plugin sudo-demo"
```
Press <kbd>Ctrl</kbd> + <kbd>t</kbd> to run the plugin, you should [see a message in the log](https://yazi-rs.github.io/docs/plugins/overview#logging).