Plugin for Yazi to enter the subfolder faster, or open the file directly.
With more features:
- Auto decompress archives and enter it.
- Go directly to the innermost folder, if there is always only one subfolder
To install, clone the repo inside your ~/.config/yazi/plugins/
:
git clone https://github.com/ourongxing/fast-enter.yazi.git
Or do this, if you have installed yazi v0.3
ya pack -a ourongxing/fast-enter
Then bind it for l
key, in your keymap.toml
:
[[manager.prepend_keymap]]
on = [ "l" ]
run = "plugin fast-enter"
desc = "Enter the subfolder faster, or open the file directly"