<?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 scarbrough.co.uk</title>
    <link>/tags/vim/</link>
    <description>Recent content in Vim on scarbrough.co.uk</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Sun, 10 May 2026 00:00:00 +0000</lastBuildDate>
    <atom:link href="/tags/vim/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Breaking my VS Code habit with Vim</title>
      <link>/post/going-back-to-vim/</link>
      <pubDate>Sun, 10 May 2026 00:00:00 +0000</pubDate>
      <guid>/post/going-back-to-vim/</guid>
      <description>Microsoft earned itself the rather descriptive name &amp;lsquo;Microslop&amp;rsquo; in recent months, on account of having infested virtually all its products with &amp;lsquo;AI&amp;rsquo;/Co-Pilot stuff that nobody asked for and few want. It&amp;rsquo;s especially insidious and invasive enough in Windows 11 that one shouldn&amp;rsquo;t expect any privacy when using it.&#xA;Visual Studio Code was a decent editor that I&amp;rsquo;d been using since Atom got deprecated. Now it&amp;rsquo;s primarily an &amp;lsquo;open source AI code editor&amp;rsquo;, its official Web site declares.</description>
    </item>
    <item>
      <title>Vim Document Encryption</title>
      <link>/post/security/vim-encryption/</link>
      <pubDate>Sat, 20 May 2017 00:00:00 +0000</pubDate>
      <guid>/post/security/vim-encryption/</guid>
      <description>It is possible to save the content of a Vim session as an encrypted file, simply by using the &amp;lsquo;:X&amp;rsquo; command and setting a password. The problem is the default encryption mode is considered weak - PkZip is a stream cipher that XORs the password with the file content, and the first Blowfish implementation for Vim can have repeating bytes in the ciphertext (see &amp;lsquo;:help cryptmethod&amp;rsquo;). Using the default mode, we get the following message:</description>
    </item>
  </channel>
</rss>
