This commit is contained in:
sxyazi
2024-07-12 21:36:17 +08:00
parent c8b3e3979d
commit 3783ea0feb
8 changed files with 33 additions and 36 deletions

View File

@@ -16,7 +16,7 @@ Add this to your `~/.config/yazi/keymap.toml`:
```toml
[[manager.prepend_keymap]]
on = [ "f" ]
on = "f"
run = "plugin jump-to-char"
desc = "Jump to char"
```