Run a keybind/command on startup #2827
-
What system are you running Yazi on?Linux Wayland What terminal are you running Yazi in?ghostty 1.1.3-arch1
|
Beta Was this translation helpful? Give feedback.
Answered by
Direwolfesp
Jun 2, 2025
Replies: 2 comments 1 reply
-
Okai, its done by using the init.lua and a |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Direwolfesp
-
As a supplement, you can also call ya.emit("plugin", { "myplug", "foo" }) Doc of |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Okai, its done by using the init.lua and a
require("plugin"):foo()