Hacker News new | ask | show | jobs
by pavpanchekha 5395 days ago
I'm a hardcore Emacs user and yet my keybindings are Vim keybindings. I sleep well at night.

There's a package called "Evil" that provides good Vim keybindings to Emacs. You might hear references to "Vimpulse"; this is the successor to that.

My config file is at https://github.com/pavpanchekha/dotfiles/blob/master/.emacs.... --- you probably care about the section on Vim keybindings.

1 comments

Thank you! It's nice to see how you structured and commented all sections.. really helpful.