<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Vim on ilikeorangutans</title><link>https://kuelzer.ca/tags/vim/</link><description>Recent content in Vim on ilikeorangutans</description><generator>Hugo</generator><language>en</language><copyright>© 2026 Jakob Külzer</copyright><lastBuildDate>Sun, 12 Apr 2026 14:27:24 -0400</lastBuildDate><atom:link href="https://kuelzer.ca/tags/vim/index.xml" rel="self" type="application/rss+xml"/><item><title>Vim Digraph</title><link>https://kuelzer.ca/posts/2020/11/05/vim-digraph/</link><pubDate>Thu, 05 Nov 2020 13:54:51 -0500</pubDate><guid>https://kuelzer.ca/posts/2020/11/05/vim-digraph/</guid><description>&lt;p&gt;Was writing a few posts for my &lt;a href="http://food.hannah-and-jakob.ca"&gt;food blog&lt;/a&gt; and needed to type some some &amp;ldquo;special&amp;rdquo; characters like &lt;em&gt;é&lt;/em&gt;. When on a Mac that&amp;rsquo;s really simple because the keymap supports typing compound keys. But I&amp;rsquo;m on Linux and switching between keyboard layouts is annoying. So I figured vim must have a way for typing these characters, and behold, I learned about Vim&amp;rsquo;s digraph support. The &lt;a href="https://vimhelp.org/digraph.txt.html#digraph.txt"&gt;documentation&lt;/a&gt; is quite good but I&amp;rsquo;ll cherry pick some combos because otherwise I&amp;rsquo;ll forget.&lt;/p&gt;</description></item><item><title>Slow Ruby Syntax Highlighting in Vim</title><link>https://kuelzer.ca/posts/2019/03/21/slow-ruby-syntax-highlighting-in-vim/</link><pubDate>Thu, 21 Mar 2019 12:07:08 -0400</pubDate><guid>https://kuelzer.ca/posts/2019/03/21/slow-ruby-syntax-highlighting-in-vim/</guid><description>&lt;p&gt;I recently switched back from MacVim to terminal (&lt;a href="https://github.com/jwilm/alacritty"&gt;alacritty&lt;/a&gt;) Vim because I&amp;rsquo;m trying
to step up my tmux game after reading the excellent &lt;a href="https://pragprog.com/book/bhtmux2/tmux-2"&gt;tmux 2&lt;/a&gt; book from the
Pragmatic Bookshelf. But anyways, I noticed incredibly slow syntax highlighting for larger ruby files, so slow that
editing code was almost impossible. After lots of searching and debugging I found it was the regular expression engine
Vim uses by default in combination with the Ruby syntax highlighter.&lt;/p&gt;</description></item></channel></rss>