I really like the "Outline" view, as I'm often editing large files and would find this extremely useful.
Onivim 2 is a retro-futuristic modal editor
31–40 of 136 posts
Re: Onivim 2 is a retro-futuristic modal editor
#32Does it really have INSTANT startup time (i.e. Sublime Text)? If it has, I'm interested. Was not able to find the trial though.
$ time /opt/oni/Onivim2.AppDir/usr/bin/Oni2 --nofork --silent -c qa
real 0m0,360s
user 0m0,280s
sys 0m0,042sRe: Onivim 2 is a retro-futuristic modal editor
#33Isn’t this VS Code with the Vim extension?
Intriguing idea, though not sure how viable.
Re: Onivim 2 is a retro-futuristic modal editor
#34Re: Onivim 2 is a retro-futuristic modal editor
#35I also wanted to vote against the pricing model, because I think it should be a one time purchase. The creator and his company behind the editor tries to create a serious FOMO on likely customers. I considered it to be a red flag on a potential abandonment. Additionally, I felt it would be easier for Visual Studio code become faster than Onivim 2 can have support for all Visual Studio code extensions.
On the plus side, Onivim 2 has some smart defaults which made it a joy to use. I encourage anyone who thinks about buying Onivim 2 to first learn how to fine tune VS Code to look and feel like Onivim 2 because you can.
Re: Onivim 2 is a retro-futuristic modal editor
#36Earlier quoted context omitted.
> Also, there is VIM mode for VS Code, I guess. I feel like this is something said by people who are more invested in VS Code than vim. The main vim plugin for VS Code is straight trash.* It's slow, buggy, and unintuitive; while lacking the extensibility that vim has. At least IDEAVim, which has the same limitations of being built in another IDE, replicates enough of the common plugins to be pleasant. It's also worth…
> but implementing a vim backend is a monumental task if you intend to be compatible with existing vim plugins We skipped that and haven't implemented any vim backend at all! We use/made libvim[1], which is just the vim source, that we've essentially turned into a library. So its the vim code base with terminal UI stuff stripped out, and an interface added for us to hook into it. The README of that repo has some good…
You took out the most important part!
I don’t know about other people, but I became a vim user because I found myself configuring servers and needed to know a better text editor than nano.
Vim is also my primary code editor these days but portability is still a killer feature.
Re: Onivim 2 is a retro-futuristic modal editor
#37What's most interesting for me here is Revery, the GUI framework. React-like, cross-platform, native-code, MIT-licensed. Yes, it's not using native widgets (so no built-in accessibility), but that might be fine in many cases.
Looking forward to seeing it displace Electron.
But currently, Tauri seems like a more viable option.
Re: Onivim 2 is a retro-futuristic modal editor
#38Honestly, melting two open source editors together (or rather cloning one while integrating the other) and ask for that amount of money for it is in my opinion unacceptable. The only thing that would make this a bit more acceptable is when the developers are promising to spend a lot of their earnings for vim development (and maybe VSCode, too). *edit:* Just saw that it is actually open source and will be available fo…
Re: Onivim 2 is a retro-futuristic modal editor
#39What does this offer that evil-mode emacs, or even vscode, has to offer...?