From Vim to Emacs
juanjoalvarez.net
From Vim to Emacs
1–10 of 123 posts
Re: From Vim to Emacs
#2Re: From Vim to Emacs
#3Re: From Vim to Emacs
#4Re: From Vim to Emacs
#5Re: From Vim to Emacs
#6As someone who has always used vim, what are the benefits of this system over a standard vim installation?
I can highly recommend Bozhidar Batsov's Emacs Prelude[2] as a nice foundation for building a personalized configuration. Just fork it and put your personal .el files under the "personal" subdirectory; then "git fetch ... && git merge" to keep up to date with improvements committed to the author's repository.
Re: From Vim to Emacs
#7I love seeing this on the front page. I've been a Vim user for a few years and feel like there isn't a ton of help out there for switching to emacs + evil.
http://nathantypanski.com/blog/2014-08-03-a-vim-like-emacs-c...
Bling, who I've linked to in that post, has repeatedly made quality posts about making the transition:
Re: From Vim to Emacs
#8So my question: How does Emacs and Vim compare speed-wise? I come from a Sublime Text background and really miss the ability to quickly navigate between tabs (buffers in vim), and sometimes it takes a full second.
Re: From Vim to Emacs
#9I began using Vim about a month ago and it has been totally revelatory to me, and believe quite honestly that it was the best career decision I've ever made. The one thing, however, is its speed. MacVim gets very slow sometimes, particularly with buffers. So my question: How does Emacs and Vim compare speed-wise? I come from a Sublime Text background and really miss the ability to quickly navigate between tabs (buffe…
Normally vim is very snappy for me. Perhaps you have a ton of plugins that are clogging up your installation? Or perhaps just one very badly behaved plugin?