<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="/rss.xsl" type="text/xsl"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:fh="http://purl.org/syndication/history/1.0">
  <channel>
    <title>Posts tagged: vim Archive</title>
    <link>https://go.waylonwalker.com/tags/vim/</link>
    <description>All posts with the tag &#34;vim&#34;</description>
    <lastBuildDate>Sun, 04 Jan 2026 16:59:33 +0000</lastBuildDate>
    <generator>markata-go</generator>
    <docs>https://www.rssboard.org/rss-specification</docs>
    <atom:link href="https://go.waylonwalker.com/tags/vim/archive/rss.xml" rel="self" type="application/rss+xml"></atom:link>
    <atom:link href="https://go.waylonwalker.com/tags/vim/rss.xml" rel="current" type="application/rss+xml"></atom:link>
    <fh:complete></fh:complete>
    <item>
      <title>tpope vim-speeddating</title>
      <link>https://go.waylonwalker.com/til/tpope-vim-speeddating/</link>
      <description>Today I discovered vim-speeddating by tpope. I&#39;m sure I&#39;ve seen years ago but it did not click for my workflow until today. I often go through pictures from...</description>
      <pubDate>Sun, 04 Jan 2026 16:59:33 +0000</pubDate>
      <guid isPermaLink="true">https://go.waylonwalker.com/til/tpope-vim-speeddating/</guid>
      <author>hello@waylonwalker.com</author>
      <category>vim</category>
    </item>
    <item>
      <title>vim noa</title>
      <link>https://go.waylonwalker.com/vim-noa/</link>
      <description>Vim is a command that runs what you call without autocommands on. This is typically used when you have some commands for formatting, most auto formatters are...</description>
      <pubDate>Fri, 29 Aug 2025 08:32:44 +0000</pubDate>
      <guid isPermaLink="true">https://go.waylonwalker.com/vim-noa/</guid>
      <author>hello@waylonwalker.com</author>
      <category>vim</category>
    </item>
    <item>
      <title>fixed long standing nvim startup error</title>
      <link>https://go.waylonwalker.com/fixed-long-standing-nvim-startup-error/</link>
      <description>Here&#39;s the diff, this is it.</description>
      <pubDate>Thu, 13 Feb 2025 08:41:39 +0000</pubDate>
      <guid isPermaLink="true">https://go.waylonwalker.com/fixed-long-standing-nvim-startup-error/</guid>
      <author>hello@waylonwalker.com</author>
      <category>vim</category>
      <category>nvim</category>
    </item>
    <item>
      <title>vim date</title>
      <link>https://go.waylonwalker.com/vim-date/</link>
      <description>When I want to put a date in a document like a blog post from vim I use !!date from insert mode. Note that entering from normal mode puts you in command mode...</description>
      <pubDate>Wed, 12 Feb 2025 12:51:00 +0000</pubDate>
      <guid isPermaLink="true">https://go.waylonwalker.com/vim-date/</guid>
      <author>hello@waylonwalker.com</author>
      <category>vim</category>
      <category>nvim</category>
    </item>
    <item>
      <title>nvim-manager</title>
      <link>https://go.waylonwalker.com/nvim-manager/</link>
      <description>I recently built a cli application as a nearly-one-shot-app called nvim-manager. It manages your nvim dotfiles install.</description>
      <pubDate>Sun, 12 Jan 2025 21:14:19 +0000</pubDate>
      <guid isPermaLink="true">https://go.waylonwalker.com/nvim-manager/</guid>
      <author>hello@waylonwalker.com</author>
      <category>vim</category>
      <category>nvim</category>
      <category>linux</category>
      <category>python</category>
    </item>
    <item>
      <title>💭 Support regex substitution command · Issue #2232 · helix-edito...</title>
      <link>https://go.waylonwalker.com/thought-407/</link>
      <description>!https://github.com/helix-editor/helix/issues/2232#issuecomment-1228632218</description>
      <pubDate>Tue, 08 Oct 2024 13:36:25 +0000</pubDate>
      <guid isPermaLink="true">https://go.waylonwalker.com/thought-407/</guid>
      <author>hello@waylonwalker.com</author>
      <category>vim</category>
      <category>regex</category>
      <category>refactoring</category>
      <category>thought</category>
    </item>
    <item>
      <title>Vim-gq</title>
      <link>https://go.waylonwalker.com/vim-gq/</link>
      <description>Vim has a handy feature to format text with . You can use it in visual mode, give it a motion, or if you give it it will format the current line. I use this...</description>
      <pubDate>Mon, 05 Aug 2024 12:22:00 +0000</pubDate>
      <guid isPermaLink="true">https://go.waylonwalker.com/vim-gq/</guid>
      <author>hello@waylonwalker.com</author>
      <category>vim</category>
      <category>neovim</category>
    </item>
    <item>
      <title>💭 Find And Replace one eyed kirby</title>
      <link>https://go.waylonwalker.com/thought-327/</link>
      <description>!https://www.youtube.com/shorts/v2a6Nv7RSd0</description>
      <pubDate>Sun, 30 Jun 2024 17:30:38 +0000</pubDate>
      <guid isPermaLink="true">https://go.waylonwalker.com/thought-327/</guid>
      <author>hello@waylonwalker.com</author>
      <category>vim</category>
      <category>regex</category>
      <category>thought</category>
    </item>
    <item>
      <title>Refactoring one line links into wikilinks</title>
      <link>https://go.waylonwalker.com/refactoring-into-wikilinks/</link>
      <description>Previously I had setup a feature of my website to expand one line links into a card. This was not a standard, even to the point that some formatters wrap the...</description>
      <pubDate>Fri, 31 May 2024 20:33:10 +0000</pubDate>
      <guid isPermaLink="true">https://go.waylonwalker.com/refactoring-into-wikilinks/</guid>
      <author>hello@waylonwalker.com</author>
      <category>vim</category>
    </item>
    <item>
      <title>💭 My harpoon config</title>
      <link>https://go.waylonwalker.com/thought-242/</link>
      <description>!None</description>
      <pubDate>Tue, 16 Apr 2024 01:34:38 +0000</pubDate>
      <guid isPermaLink="true">https://go.waylonwalker.com/thought-242/</guid>
      <author>hello@waylonwalker.com</author>
      <category>vim</category>
      <category>thought</category>
    </item>
    <item>
      <title>💭 From Vim To Zed - YouTube</title>
      <link>https://go.waylonwalker.com/thought-241/</link>
      <description>!https://www.youtube.com/watch?v=ZRnWmNdf5IE&amp;t=612</description>
      <pubDate>Sat, 13 Apr 2024 13:42:56 +0000</pubDate>
      <guid isPermaLink="true">https://go.waylonwalker.com/thought-241/</guid>
      <author>hello@waylonwalker.com</author>
      <category>vim</category>
      <category>nvim</category>
      <category>thought</category>
    </item>
    <item>
      <title>💭 The One Eyed Fighting Kirby</title>
      <link>https://go.waylonwalker.com/thought-200/</link>
      <description>!https://www.youtube.com/watch?v=9_Ekt1PZBzQ&amp;t=351s</description>
      <pubDate>Fri, 26 Jan 2024 17:21:06 +0000</pubDate>
      <guid isPermaLink="true">https://go.waylonwalker.com/thought-200/</guid>
      <author>hello@waylonwalker.com</author>
      <category>vim</category>
      <category>regex</category>
      <category>thought</category>
    </item>
    <item>
      <title>nvim stupid gf bind</title>
      <link>https://go.waylonwalker.com/nvim-stupid-gf-bind/</link>
      <description>So after months of fighting with gf not going to template files, I finally decided to put in some effort to make it work.</description>
      <pubDate>Thu, 28 Dec 2023 10:04:57 +0000</pubDate>
      <guid isPermaLink="true">https://go.waylonwalker.com/nvim-stupid-gf-bind/</guid>
      <author>hello@waylonwalker.com</author>
      <category>vim</category>
    </item>
    <item>
      <title>💭 Diagnostic - Neovim docs</title>
      <link>https://go.waylonwalker.com/thought-151/</link>
      <description>!https://neovim.io/doc/user/diagnostic.html#vim.diagnostic.reset()</description>
      <pubDate>Wed, 25 Oct 2023 14:01:06 +0000</pubDate>
      <guid isPermaLink="true">https://go.waylonwalker.com/thought-151/</guid>
      <author>hello@waylonwalker.com</author>
      <category>vim</category>
      <category>thought</category>
    </item>
    <item>
      <title>💭 Bob Belderbos on X: &#34;Forget Python for a sec, here&#39;s how Vim h...</title>
      <link>https://go.waylonwalker.com/thought-124/</link>
      <description>!https://twitter.com/bbelderbos/status/1709525676154368055</description>
      <pubDate>Thu, 05 Oct 2023 01:34:19 +0000</pubDate>
      <guid isPermaLink="true">https://go.waylonwalker.com/thought-124/</guid>
      <author>hello@waylonwalker.com</author>
      <category>vim</category>
      <category>regex</category>
      <category>thought</category>
    </item>
    <item>
      <title>💭 Formatting on save · jose-elias-alvarez/null-ls.nvim Wiki</title>
      <link>https://go.waylonwalker.com/thought-73/</link>
      <description>!https://github.com/jose-elias-alvarez/null-ls.nvim/wiki/Formatting-on-save#code</description>
      <pubDate>Sun, 06 Aug 2023 01:19:23 +0000</pubDate>
      <guid isPermaLink="true">https://go.waylonwalker.com/thought-73/</guid>
      <author>hello@waylonwalker.com</author>
      <category>vim</category>
      <category>nvim</category>
      <category>thought</category>
    </item>
    <item>
      <title>💭 LazyVim Installation</title>
      <link>https://go.waylonwalker.com/thought-2/</link>
      <description>!https://www.lazyvim.org/installation</description>
      <pubDate>Fri, 28 Jul 2023 14:59:37 +0000</pubDate>
      <guid isPermaLink="true">https://go.waylonwalker.com/thought-2/</guid>
      <author>hello@waylonwalker.com</author>
      <category>vim</category>
      <category>linux</category>
      <category>thought</category>
    </item>
    <item>
      <title>extending vim with shell commands</title>
      <link>https://go.waylonwalker.com/extending-vim-with-shell-commands/</link>
      <description>Vimconf 2022</description>
      <pubDate>Sat, 12 Nov 2022 18:38:11 +0000</pubDate>
      <guid isPermaLink="true">https://go.waylonwalker.com/extending-vim-with-shell-commands/</guid>
      <author>hello@waylonwalker.com</author>
      <category>vim</category>
    </item>
    <item>
      <title>nvim navic</title>
      <link>https://go.waylonwalker.com/nvim-navic/</link>
      <description>With the latest release of version of nvim 0.8.0 we get access to a new winbar feature. One thing I have long wanted somewhere in my nvim is navigation for...</description>
      <pubDate>Thu, 27 Oct 2022 20:13:20 +0000</pubDate>
      <guid isPermaLink="true">https://go.waylonwalker.com/nvim-navic/</guid>
      <author>hello@waylonwalker.com</author>
      <category>vim</category>
    </item>
    <item>
      <title>vimgrep open buffers</title>
      <link>https://go.waylonwalker.com/vimgrep-open-buffers/</link>
      <description>How to vimgrep over hidden files.</description>
      <pubDate>Mon, 22 Aug 2022 13:17:32 +0000</pubDate>
      <guid isPermaLink="true">https://go.waylonwalker.com/vimgrep-open-buffers/</guid>
      <author>hello@waylonwalker.com</author>
      <category>vim</category>
    </item>
    <item>
      <title>vim plugged snapshot</title>
      <link>https://go.waylonwalker.com/vim-plugged-snapshot/</link>
      <description>A few of my friends and I all just borked our neovim configs during a plug update, and because none of us were using it was painful to recover from.</description>
      <pubDate>Fri, 13 May 2022 19:56:38 +0000</pubDate>
      <guid isPermaLink="true">https://go.waylonwalker.com/vim-plugged-snapshot/</guid>
      <author>hello@waylonwalker.com</author>
      <category>vim</category>
    </item>
    <item>
      <title>Automatically Generate a list of Markdown Links in Vim</title>
      <link>https://go.waylonwalker.com/vim-markdown-links/</link>
      <description>Let&#39;s make a vim command to automatically collect all the links in these posts at the end of each article. Regex confuses the heck out of me... I don&#39;t have...</description>
      <pubDate>Sat, 19 Mar 2022 19:11:27 +0000</pubDate>
      <guid isPermaLink="true">https://go.waylonwalker.com/vim-markdown-links/</guid>
      <author>hello@waylonwalker.com</author>
      <category>vim</category>
      <category>webdev</category>
      <category>meta</category>
    </item>
    <item>
      <title>Open Files with Nvim Remote</title>
      <link>https://go.waylonwalker.com/nvr-open-files/</link>
      <description>I recently found a really great plugin by mhinz to open files in neovim from a different tmux split, without touching neovim at all.</description>
      <pubDate>Sun, 06 Mar 2022 16:22:49 +0000</pubDate>
      <guid isPermaLink="true">https://go.waylonwalker.com/nvr-open-files/</guid>
      <author>hello@waylonwalker.com</author>
      <category>python</category>
      <category>vim</category>
      <category>tmux</category>
    </item>
    <item>
      <title>Vim remaps use cmd in place of :</title>
      <link>https://go.waylonwalker.com/vim-cmd/</link>
      <description>Anyone just starting out their vim customization journey is bound to run into this error.</description>
      <pubDate>Mon, 14 Feb 2022 14:53:17 +0000</pubDate>
      <guid isPermaLink="true">https://go.waylonwalker.com/vim-cmd/</guid>
      <author>hello@waylonwalker.com</author>
      <category>vim</category>
      <category>linux</category>
      <category>cli</category>
    </item>
    <item>
      <title>Neovim Config for Git</title>
      <link>https://go.waylonwalker.com/neovim-config-for-git/</link>
      <description>Creating a minimal config specifically for git commits has made running much more pleasant. It starts up Much faster, and has all of the parts of my config...</description>
      <pubDate>Fri, 04 Feb 2022 14:23:57 +0000</pubDate>
      <guid isPermaLink="true">https://go.waylonwalker.com/neovim-config-for-git/</guid>
      <author>hello@waylonwalker.com</author>
      <category>vim</category>
      <category>linux</category>
      <category>bash</category>
    </item>
    <item>
      <title>Tmux and Vim Clipboard for Ubuntu</title>
      <link>https://go.waylonwalker.com/ubuntu-terminal-clipboard/</link>
      <description>One of the first things I noticed broken in my terminal based workflow moving from Windows wsl to ubuntu was that my clipboard was all messed up and not...</description>
      <pubDate>Wed, 26 Jan 2022 02:50:56 +0000</pubDate>
      <guid isPermaLink="true">https://go.waylonwalker.com/ubuntu-terminal-clipboard/</guid>
      <author>hello@waylonwalker.com</author>
      <category>linux</category>
      <category>vim</category>
      <category>tmux</category>
    </item>
    <item>
      <title>Markata Filters as Telescope Pickers in Neovim</title>
      <link>https://go.waylonwalker.com/markata-telescope-picker/</link>
      <description>I often pop into my blog from neovim with the intent to look at just a single series of posts, , , or just see todays posts. Markata has a great way of...</description>
      <pubDate>Sun, 23 Jan 2022 04:52:20 +0000</pubDate>
      <guid isPermaLink="true">https://go.waylonwalker.com/markata-telescope-picker/</guid>
      <author>hello@waylonwalker.com</author>
      <category>python</category>
      <category>cli</category>
      <category>vim</category>
      <category>markata</category>
    </item>
    <item>
      <title>Rename Python Variables with nvim</title>
      <link>https://go.waylonwalker.com/nvim-rename-python/</link>
      <description>I don&#39;t use refactoring tools as much as I probably should. mostly because I work with small functions with unique names, but I recently had a case where a...</description>
      <pubDate>Sun, 16 Jan 2022 15:27:22 +0000</pubDate>
      <guid isPermaLink="true">https://go.waylonwalker.com/nvim-rename-python/</guid>
      <author>hello@waylonwalker.com</author>
      <category>python</category>
      <category>vim</category>
      <category>vim</category>
    </item>
    <item>
      <title>Remove Vim Tab Characters</title>
      <link>https://go.waylonwalker.com/remove-vim-tab-characters/</link>
      <description>I&#39;ve been stuck many times looking at a vim buffer with little question marks at the beginning of each line and trying to get rid of them. for so long I...</description>
      <pubDate>Thu, 06 Jan 2022 01:49:31 +0000</pubDate>
      <guid isPermaLink="true">https://go.waylonwalker.com/remove-vim-tab-characters/</guid>
      <author>hello@waylonwalker.com</author>
      <category>vim</category>
      <category>linux</category>
    </item>
    <item>
      <title>List all the files containing a phrase</title>
      <link>https://go.waylonwalker.com/list-all-files-containing-phrase/</link>
      <description>One of the most useful skills you can acquire to make you faster at almost any job that uses a computer is getting good at finding text in your current...</description>
      <pubDate>Fri, 31 Dec 2021 20:24:48 +0000</pubDate>
      <guid isPermaLink="true">https://go.waylonwalker.com/list-all-files-containing-phrase/</guid>
      <author>hello@waylonwalker.com</author>
      <category>vim</category>
      <category>linux</category>
      <category>bash</category>
    </item>
    <item>
      <title>Serve html from your command line</title>
      <link>https://go.waylonwalker.com/serve-html-command-line/</link>
      <description>When I first moved to vim from and ide like vscode or sublime text one of my very first issues was trying to preview my website at . There had always just...</description>
      <pubDate>Tue, 28 Dec 2021 20:24:48 +0000</pubDate>
      <guid isPermaLink="true">https://go.waylonwalker.com/serve-html-command-line/</guid>
      <author>hello@waylonwalker.com</author>
      <category>vim</category>
      <category>linux</category>
      <category>bash</category>
    </item>
    <item>
      <title>Opening files in vim from output of command</title>
      <link>https://go.waylonwalker.com/nvim-telescope-custom-command/</link>
      <description>Many command line tools can output a list of files, this is quite powerful. I often want to search for something, then open it from a fuzzy picker. This can...</description>
      <pubDate>Mon, 27 Dec 2021 20:24:48 +0000</pubDate>
      <guid isPermaLink="true">https://go.waylonwalker.com/nvim-telescope-custom-command/</guid>
      <author>hello@waylonwalker.com</author>
      <category>vim</category>
    </item>
    <item>
      <title>Finding hidden (dotfiles) using Telescope in neovim</title>
      <link>https://go.waylonwalker.com/nvim-telescope-hidden-files/</link>
      <description>Finding hidden files using Telescope as you fuzzy file finder is not too hard, its a single flag passed in. Then it will use whichever file finder it can...</description>
      <pubDate>Sun, 26 Dec 2021 20:24:48 +0000</pubDate>
      <guid isPermaLink="true">https://go.waylonwalker.com/nvim-telescope-hidden-files/</guid>
      <author>hello@waylonwalker.com</author>
      <category>vim</category>
    </item>
    <item>
      <title>fugitive verbose commit</title>
      <link>https://go.waylonwalker.com/fugitive-commit-verbose/</link>
      <description>Fugitive comes with a pretty sick way to commit files and see the diff at the same time with verbose commit. Opening the fugitive menu with brings up your...</description>
      <pubDate>Wed, 22 Dec 2021 19:34:18 +0000</pubDate>
      <guid isPermaLink="true">https://go.waylonwalker.com/fugitive-commit-verbose/</guid>
      <author>hello@waylonwalker.com</author>
      <category>git</category>
      <category>vim</category>
    </item>
    <item>
      <title>You must use augroup with autocmd in vim | Here&#39;s how</title>
      <link>https://go.waylonwalker.com/vim-augroup/</link>
      <description>If you are running vim autocmd&#39;s without a group, you&#39;re killing your performance. Granted your probably not sourcing your vimscript files with autocmd&#39;s too...</description>
      <pubDate>Wed, 08 Dec 2021 08:43:43 +0000</pubDate>
      <guid isPermaLink="true">https://go.waylonwalker.com/vim-augroup/</guid>
      <author>hello@waylonwalker.com</author>
      <category>linux</category>
      <category>vim</category>
    </item>
    <item>
      <title>Setup a yaml schema | yamlls for a silky smooth setup</title>
      <link>https://go.waylonwalker.com/setup-yamlls/</link>
      <description>I&#39;ve gone far too long without a good setup for editing yaml files, I am missing out on autocomplete and proper diagnostics. This ends today as I setup...</description>
      <pubDate>Fri, 03 Dec 2021 23:24:52 +0000</pubDate>
      <guid isPermaLink="true">https://go.waylonwalker.com/setup-yamlls/</guid>
      <author>hello@waylonwalker.com</author>
      <category>linux</category>
      <category>vim</category>
      <category>neovim</category>
    </item>
    <item>
      <title>How linux users install a text editor</title>
      <link>https://go.waylonwalker.com/install-nvim-skit/</link>
      <description>In honor of the neovim 0.6.0 release, I decided to do a funny skit installing neovim, and fix up my install script in the process as part of my challenge to...</description>
      <pubDate>Tue, 30 Nov 2021 23:18:24 +0000</pubDate>
      <guid isPermaLink="true">https://go.waylonwalker.com/install-nvim-skit/</guid>
      <author>hello@waylonwalker.com</author>
      <category>linux</category>
      <category>vim</category>
      <category>neovim</category>
    </item>
    <item>
      <title>I made a neovim plugin</title>
      <link>https://go.waylonwalker.com/telegraph-release/</link>
      <description>I&#39;ve slowly adding more and more lua functions into my neovim configuration, and recently I noticed a pattern for a class of functions that reach out to run...</description>
      <pubDate>Tue, 05 Oct 2021 08:04:44 +0000</pubDate>
      <guid isPermaLink="true">https://go.waylonwalker.com/telegraph-release/</guid>
      <author>hello@waylonwalker.com</author>
      <category>vim</category>
      <category>linux</category>
    </item>
    <item>
      <title>Notes for second vim-fundamentals course meetup</title>
      <link>https://go.waylonwalker.com/vim-fundamentals-2/</link>
      <description>newline another</description>
      <pubDate>Fri, 27 Aug 2021 22:40:45 +0000</pubDate>
      <guid isPermaLink="true">https://go.waylonwalker.com/vim-fundamentals-2/</guid>
      <author>hello@waylonwalker.com</author>
      <category>vim</category>
    </item>
    <item>
      <title>Modal jumping</title>
      <link>https://go.waylonwalker.com/modal-jumping/</link>
      <description>nnoremap &amp;lt;leader&amp;gt;e :execute getline(&amp;#34;.&amp;#34;)&amp;lt;cr&amp;gt;j&#xA;&#xA;nnoremap &amp;lt;c-j&amp;gt; g,&#xA;nnoremap &amp;lt;c-k&amp;gt; g;&#xA;&#xA;nnoremap &amp;lt;c-j&amp;gt; &amp;lt;c-]&amp;gt;&#xA;nnoremap &amp;lt;c-k&amp;gt; g;&#xA;&#xA;nnoremap &amp;lt;c-j&amp;gt; :cnext&amp;lt;cr&amp;gt;&#xA;nnoremap &amp;lt;c-k&amp;gt; :cprev&amp;lt;cr&amp;gt;&#xA;&#xA;nnoremap &amp;lt;c-j&amp;gt; :lnext&amp;lt;cr&amp;gt;&#xA;nnoremap &amp;lt;c-k&amp;gt; :lprev&amp;lt;cr&amp;gt;&#xA;&#xA;nnoremap &amp;lt;c-j&amp;gt; :tnext&amp;lt;cr&amp;gt;&#xA;nnoremap &amp;lt;c-k&amp;gt; :tprevious&amp;lt;cr&amp;gt;&#xA;nnoremap &amp;lt;c-j&amp;gt; :trewind&amp;lt;cr&amp;gt;&#xA;nnoremap &amp;lt;c-k&amp;gt; :tprevious&amp;lt;cr&amp;gt;&#xA;&#xA;</description>
      <pubDate>Thu, 03 Jun 2021 21:30:35 +0000</pubDate>
      <guid isPermaLink="true">https://go.waylonwalker.com/modal-jumping/</guid>
      <author>hello@waylonwalker.com</author>
      <category>vim</category>
    </item>
    <item>
      <title>python lsp setup</title>
      <link>https://go.waylonwalker.com/setup-pylsp/</link>
      <description>Setting up python with the native nvim&gt;0.5 lsp was mr</description>
      <pubDate>Mon, 17 May 2021 16:13:42 +0000</pubDate>
      <guid isPermaLink="true">https://go.waylonwalker.com/setup-pylsp/</guid>
      <author>hello@waylonwalker.com</author>
      <category>vim</category>
      <category>linux</category>
      <category>python</category>
    </item>
    <item>
      <title>How to compare two files in vim</title>
      <link>https://go.waylonwalker.com/vim-diffsplit/</link>
      <description>:vert diffsplit filetwo.py&#xA;:diffthis&#xA;:diffoff&#xA;:Gdiff main&#xA;</description>
      <pubDate>Thu, 06 May 2021 09:43:17 +0000</pubDate>
      <guid isPermaLink="true">https://go.waylonwalker.com/vim-diffsplit/</guid>
      <author>hello@waylonwalker.com</author>
      <category>linux</category>
      <category>vim</category>
    </item>
    <item>
      <title>Vim Wsl Clipboard</title>
      <link>https://go.waylonwalker.com/vim-wsl-clipboard/</link>
      <description>I&#39;ve long used neovim from within windows wsl, and for far too long, I went without a proper way to get text out of it and into windows.</description>
      <pubDate>Sat, 17 Apr 2021 00:00:00 +0000</pubDate>
      <guid isPermaLink="true">https://go.waylonwalker.com/vim-wsl-clipboard/</guid>
      <author>hello@waylonwalker.com</author>
      <category>vim</category>
      <category>bash</category>
    </item>
    <item>
      <title>Vim Replace Visual Star</title>
      <link>https://go.waylonwalker.com/vim-replace-visual-star/</link>
      <description>Replacing text based on whats in the current search register is a quite handy tool that I use often. I believe I picked this tip up from Nick Janetakis,...</description>
      <pubDate>Sun, 10 Jan 2021 00:00:00 +0000</pubDate>
      <guid isPermaLink="true">https://go.waylonwalker.com/vim-replace-visual-star/</guid>
      <author>hello@waylonwalker.com</author>
      <category>vim</category>
    </item>
    <item>
      <title>Save Vim Macro</title>
      <link>https://go.waylonwalker.com/save-vim-macro/</link>
      <description>If you are like me, you have created a macro or two that is pure glory, and you forget how you made it after a day or so, or you immediately want to store it...</description>
      <pubDate>Mon, 04 Jan 2021 00:00:00 +0000</pubDate>
      <guid isPermaLink="true">https://go.waylonwalker.com/save-vim-macro/</guid>
      <author>hello@waylonwalker.com</author>
      <category>vim</category>
    </item>
    <item>
      <title>Live Substitution In Neovim</title>
      <link>https://go.waylonwalker.com/neovim-live-substitution/</link>
      <description>Replacing text in vim can be quite frustrating especially since it doesn&#39;t have live feedback to what is changing. Today I was watching Josh Branchaud&#39;s...</description>
      <pubDate>Mon, 04 Jan 2021 00:00:00 +0000</pubDate>
      <guid isPermaLink="true">https://go.waylonwalker.com/neovim-live-substitution/</guid>
      <author>hello@waylonwalker.com</author>
      <category>linux</category>
      <category>vim</category>
    </item>
    <item>
      <title>Keep Location List Closed</title>
      <link>https://go.waylonwalker.com/keep-location-list-closed/</link>
      <description>Vim&#39;s (neovim in my case) location list can provide some very useful information while developing. Mine gives me information about linting and type checking...</description>
      <pubDate>Wed, 01 Jan 2020 00:00:00 +0000</pubDate>
      <guid isPermaLink="true">https://go.waylonwalker.com/keep-location-list-closed/</guid>
      <author>hello@waylonwalker.com</author>
      <category>vim</category>
    </item>
    <item>
      <title>Vim Notes</title>
      <link>https://go.waylonwalker.com/vim-notes/</link>
      <description>norcalli/neovim-plugin</description>
      <pubDate>Thu, 01 Feb 2018 00:00:00 +0000</pubDate>
      <guid isPermaLink="true">https://go.waylonwalker.com/vim-notes/</guid>
      <author>hello@waylonwalker.com</author>
      <category>vim</category>
    </item>
  </channel>
</rss>