-
Notifications
You must be signed in to change notification settings - Fork 463
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: multiple openers for a single rule #154
Conversation
Thank you! Seems like it could break the existing user config, as they would need to switch to arrays. Is it possible to support both arrays and strings, similar to the keymap rules: yazi/config/preset/keymap.toml Lines 31 to 32 in 9c6b3c9
Here is the implementation code: yazi/config/src/keymap/exec.rs Lines 53 to 88 in 9c6b3c9
|
c490a11
to
37880d3
Compare
Okay, that should work now. |
37880d3
to
d4a7ea1
Compare
Thank you, I made some simplifying. Merged! |
issue: #145