docs: update READMEs for Yazi 0.4
This commit is contained in:
@@ -18,6 +18,8 @@ Add this to your `~/.config/yazi/keymap.toml`:
|
||||
[[manager.prepend_keymap]]
|
||||
on = "T"
|
||||
run = "plugin --sync hide-preview"
|
||||
# For upcoming Yazi 0.4 (nightly version):
|
||||
# run = "plugin hide-preview"
|
||||
desc = "Hide or show preview"
|
||||
```
|
||||
|
||||
|
||||
@@ -18,6 +18,8 @@ Add this to your `~/.config/yazi/keymap.toml`:
|
||||
[[manager.prepend_keymap]]
|
||||
on = "T"
|
||||
run = "plugin --sync max-preview"
|
||||
# For upcoming Yazi 0.4 (nightly version):
|
||||
# run = "plugin max-preview"
|
||||
desc = "Maximize or restore preview"
|
||||
```
|
||||
|
||||
|
||||
@@ -16,6 +16,8 @@ Bind your <kbd>l</kbd> key to the plugin, in your `~/.config/yazi/keymap.toml`:
|
||||
[[manager.prepend_keymap]]
|
||||
on = "l"
|
||||
run = "plugin --sync smart-enter"
|
||||
# For upcoming Yazi 0.4 (nightly version):
|
||||
# run = "plugin smart-enter"
|
||||
desc = "Enter the child directory, or open the file"
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user