You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 15, 2021. It is now read-only.
$ vixi something.txt
failed to load the configuration: No such file or directory (os error 2)
$ touch something.txt
$ vixi something.txt
failed to load the configuration: No such file or directory (os error 2)
Your error is due to the fact that at the moment the keyboard configuration file at ~/.config/vixi/keyboard.vim is required to start, you can find an example inside the here.
That said, the binary already contains the default configurations so the configuration shouldn't be required. I will fix this ASAP.
I am getting this issue while
cargo run
thread 'main' panicked at 'failed to retrieve cli value', src/libcore/option.rs:1038:5
The text was updated successfully, but these errors were encountered: