Closed IceAsteroid closed 7 months ago
You need to set the editor inside the config, but you can't edit it because nano is the standard editor and you don't have it.
You can also edit the config file, see the Wiki
Yeah didn't add support for the EDITOR
environment variable yet. I will add it soon. 👍
For now you can do:
{your-editor} ~/.config/mov-cli/config.toml
Ok, copy that :)
Setting up editor = "nvim"
in the config.toml works
Is now added with this commit: https://github.com/mov-cli/mov-cli/commit/3cd9b9c556f0fc4cef32fa9bd859d42e1a4f588b
Describe the bug: I've set up the env variable
export EDITOR=nvim
In order, if in any case, that lower case for it would work, I also set up
export editor=nvim
, but still no luck.Expected behavior: Being able to switch to another editor like vim.
Error: Good Morning, user. It's 10:20 AM on a beautiful Thursday!
[DEBUG] (mov_cli) - Config -> {'version': 1, 'player': 'mpv', 'debug': True, 'ui': {'fzf': True}, 'plugins': {'test': 'mov-cli-test'}} sh: 1: nano: not found
Platform (please complete the following information):
Additional context / possible cause or solution: Add any other context about the problem here or possible causes and solutions.
Version 4.2.5