Tagged in

Articles

usevim
usevim
A blog about Vim
More information
Followers
1.5K
Elsewhere
More, on Medium

Writing Erlang with Vim

If you’re an Erlang fan, how do you configure Vim? Adam Rutkowski sent me Writing Erlang with Vim, which includes his favourite plugins for tmux integration, Erlang code navigation, and documentation lookups.

Did you know that there’s a suite of vim plugins…

Configuring Vim for SICP

Structure and Interpretation of Computer Programs (PDF: sicp.pdf) is a popular book used as an introduction to computer science. It uses MIT Scheme, and covers concepts that are now mainstream concerns, like concurrent programming, functional programming, and lazy evaluation.


Vim as a Language

Learning Vim in 2014: Vim as Language is one of a series of posts by Ben McCormick about learning “modern” Vim. It takes the approach of describing Vim in terms of grammar, which I think was nicely encapsulated by the famous You Don’t Grok Vi comment on StackOverflow.