Earlier quoted context omitted.
Because with this you can use Sublime Text's UI (chrome, file browser, and smooth scrolling—all better than Vim's) with Vim's input mode. Best of both worlds.
The point of vim and its key bindings is to not have to use anything other than the keyboard (and keys that are not too off from the home row), so it's not the best of both worlds at all. Having to click on something forces someone to use their mouse, breaking their concentration and wasting time on clicking on a tab.
Actualvim – Sublime Text 3 input mode powered by Vim itself
41–50 of 112 posts
Re: Actualvim – Sublime Text 3 input mode powered by Vim itself
#42Earlier quoted context omitted.
Because vim is broken. I gave up vim after 7 years because of all the segfaults, in-extensibility and just horrible code. Some of the files in the vim code base are over 20,000 lines with hundreds of ifdefs, and littered with unsafe pointer use. The code is a horrible experience to just look at, pre 1989 C style functions, mixed tabs and spaces everywhere, and the files aren't even a valid encoding of any kind whatso…
I have no idea how you make vim crash; usually it's because I attempt to search through a multigigabyte file or something. Vim may have many issues but stability is NOT one of them.
Re: Actualvim – Sublime Text 3 input mode powered by Vim itself
#43I love vim's keybindings and cant work without them. I really like sublime but i just cant leave vim's keybindings which makes me so much efficient. Last time I tried a vim emulator for sublime it didn't go so well. it wasnt as smooth and limiting. I hope someone perfects the vim+sublime combo because that would be killer.
Vim feels a lot like Linux to me. When I was young I loved Linux as I really enjoyed tweaking it and hacking on it. But now I just want my OS to work and get out of the way, so I use OSX. I want the "OSX of editors", which is probably Sublime. But man do I love vim's text manipulation.
When I was a .NET dev, Visual Studio+viemu was pretty much perfect. Text manipulation via vim, project management via VS. viemu is the only vi emulator I've found that is really well done.
Re: Actualvim – Sublime Text 3 input mode powered by Vim itself
#44I love vim's keybindings and cant work without them. I really like sublime but i just cant leave vim's keybindings which makes me so much efficient. Last time I tried a vim emulator for sublime it didn't go so well. it wasnt as smooth and limiting. I hope someone perfects the vim+sublime combo because that would be killer.
Ditto, in Visual Studio. I use viEmu a lot, but it has strange behavior sometimes and missing features.
Re: Actualvim – Sublime Text 3 input mode powered by Vim itself
#45Earlier quoted context omitted.
Because with this you can use Sublime Text's UI (chrome, file browser, and smooth scrolling—all better than Vim's) with Vim's input mode. Best of both worlds.
The point of vim and its key bindings is to not have to use anything other than the keyboard (and keys that are not too off from the home row), so it's not the best of both worlds at all. Having to click on something forces someone to use their mouse, breaking their concentration and wasting time on clicking on a tab.
To borrow your situation, if you are already using the mouse it's distracting to have to use the keyboard.
Re: Actualvim – Sublime Text 3 input mode powered by Vim itself
#46I love vim's keybindings and cant work without them. I really like sublime but i just cant leave vim's keybindings which makes me so much efficient. Last time I tried a vim emulator for sublime it didn't go so well. it wasnt as smooth and limiting. I hope someone perfects the vim+sublime combo because that would be killer.
Ditto, in Visual Studio. I use viEmu a lot, but it has strange behavior sometimes and missing features.
Re: Actualvim – Sublime Text 3 input mode powered by Vim itself
#47Earlier quoted context omitted.
I really don't care much about backward compatibility with existing plugins. We're using vim not the plugins anyway. I justed wanted an terminal editor with vi bindings.
As long as it can parse my .vimrc (but then, that's vimscript)
Re: Actualvim – Sublime Text 3 input mode powered by Vim itself
#48Earlier quoted context omitted.
Ditto, in Visual Studio. I use viEmu a lot, but it has strange behavior sometimes and missing features.
It's still the best vi emulator I've found. If you know of better ones, I'd love to hear about them.
Re: Actualvim – Sublime Text 3 input mode powered by Vim itself
#49Why wouldn't I just use Vim (or better yet, Emacs) in the first place?
I've said this elsewhere in this thread, but— With this you can use Sublime Text's UI (chrome, file browser, and smooth scrolling—all better than Vim's) with Vim's input mode. Best of both worlds.
Re: Actualvim – Sublime Text 3 input mode powered by Vim itself
#50Earlier quoted context omitted.
WTF are you talking about? Vim have may have many demerits but segfaults is not on that list. If segfaults are that frequent you described then people would have jumped ship already. I can't comment on the code structure of Vim but it does not matter to me because end product is working fine for me for 5+ years. Also bad code structure did not stop continuous development of Vim. Just for example there were 1000 patch…
Nope, and nope. > WTF are you talking about? Vim have may have many demerits but segfaults is not on that list. If segfaults are that frequent you described then people would have jumped ship already. Vim is all segfaults once you introduce async, and it's highly unstable during any dev work. On any given day visit the Vim dev mailing list and scroll down. Today I see: Scrolling in a c file segfaults: https://groups.…
I've been using vim pretty much daily, across many versions, over roughly two decades, and I literally do not recall encountering a segfault. I would be hugely surprised if "segfaults all the time" is a more typical experience for an individual user.