This makes me want to ask... why not just use vim?
The main reason (for me) is Ctrl+P. Working on a project with lots of files (like Rails) without that is a huge pain.
Actualvim – Sublime Text 3 input mode powered by Vim itself
11–20 of 112 posts
Re: Actualvim – Sublime Text 3 input mode powered by Vim itself
#12Earlier quoted context omitted.
The main reason (for me) is Ctrl+P. Working on a project with lots of files (like Rails) without that is a huge pain.
Not only does Vim have a Ctrl+P plugin, but the Ctrl+P feature of Sublime originated from the Vim plugin.
Re: Actualvim – Sublime Text 3 input mode powered by Vim itself
#13This makes me want to ask... why not just use vim?
If you use vim as is you may not notice much, but vim will forever be limited to responding only to user interaction with no hope of ever getting any kind of timers, async actions or event loop.
Try making a simple clock for your status line that updates every second. You can't. And it will never be possible. Because vim is broken.
Re: Actualvim – Sublime Text 3 input mode powered by Vim itself
#14Things I would actually be interested in for Vim: Some sort of type-validation plugin for languages like C, C++, Scala, Haskell, etc. There are ways to get around it, but getting the error in the editor window is very nice for dummies like me.
https://github.com/scrooloose/syntastic
Re: Actualvim – Sublime Text 3 input mode powered by Vim itself
#15Things I would actually be interested in for Vim: Some sort of type-validation plugin for languages like C, C++, Scala, Haskell, etc. There are ways to get around it, but getting the error in the editor window is very nice for dummies like me.
https://github.com/scrooloose/syntastic
Re: Actualvim – Sublime Text 3 input mode powered by Vim itself
#16Why wouldn't I just use Vim (or better yet, Emacs) in the first place?
Re: Actualvim – Sublime Text 3 input mode powered by Vim itself
#17Re: Actualvim – Sublime Text 3 input mode powered by Vim itself
#18Why wouldn't I just use Vim (or better yet, Emacs) in the first place?
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
#19This makes me want to ask... why not just use vim?
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…
Re: Actualvim – Sublime Text 3 input mode powered by Vim itself
#20This makes me want to ask... why not just use vim?
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…
[^1]: https://groups.google.com/forum/#!topic/vim_dev/-4pqDJfHCsM%...