-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Add ability to use a specified config/theme #1216
Comments
For your specific usecase the recommended way would be to use |
I saw that I could do that, but I don't have sudo installed on my system as I use doas. If this is the solution then I will use it for now, but I still think this would be a nice feature in the future. Thanks for your reply |
Good new: |
Ah wow, that is good news! Thanks a lot |
The new configuration in #2135 should help make this easier to implement: we can have a single switch for the config file and then the config file can point to other configuration files and directories. |
i don't use helix as my primary editor i can't set it to $EDITOR. so having the option --config path/to/config is pretty useful |
@yuuyins You could also set |
@sudormrfbin that worked thank you! |
I'd like to be able to use helix as root user but still keep my config and theme.
In vim you can pass a config file using the
-u
flagMaybe helix could accept a
-c
flag so that any config file can be used.Thanks for reading :)
The text was updated successfully, but these errors were encountered: