20 Feb 2015

In Emacs, a key sequence is special key binding that uses multiple keys in a series. Since they require more effort to type, a sequence is chosen for functions that interrupt the normal editing flow.

Let’s explore some code associated with key sequences as well as write a macro to help make these more palatable.

Read more...