Script Roundup: vim-arpeggio, Matchmaker

vim-arpeggio

Alex R. Young
usevim
1 min readSep 4, 2013

--

Thai Pangsakulyanont sent in vim-arpeggio (GitHub: kana / vim-arpeggio, License: MIT/X), by Kana Natsuno. It can be used by setting up aliases. For example, :Arpeggio inoremap fun function, allows the keys fun to be pressed simultaneously to type function.

The vim-arpeggio documentation is detailed, and includes instructions for supporting keyboards without n-key rollover#n-key_rollover).

Matchmaker

Matchmaker highlights keywords based on a regular expression

Gez Page sent in Matchmaker (GitHub: qstrahl / vim-matchmaker, License: Vim) by Quinn Strahl. It will highlight words that match the current keyword under the cursor. It can be enabled with :Matchmaker.

--

--