<?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 Kevin Heruer</title><link>/tags/vim/</link><description>Recent content in vim on Kevin Heruer</description><generator>Hugo -- gohugo.io</generator><language>en</language><lastBuildDate>Wed, 23 Dec 2020 17:29:11 +0100</lastBuildDate><atom:link href="/tags/vim/index.xml" rel="self" type="application/rss+xml"/><item><title>Why I Started Using Nvim</title><link>/posts/2020/12/23/why-i-started-using-nvim/</link><pubDate>Wed, 23 Dec 2020 17:29:11 +0100</pubDate><guid>/posts/2020/12/23/why-i-started-using-nvim/</guid><description>Since I&amp;rsquo;m on a streak of optimising my workflow in the terminal, I started to use Vi/Vim/Nvim as my default editor. The reason being it&amp;rsquo;s (almost) always installed by default, and it&amp;rsquo;s really powerful once you learn only a couple of shortcuts.
Currently I use Neovim on my development machine because it&amp;rsquo;s fast, extensable and overal very nice to use. The only thing I really have to get used to is the hjkl format of movement, I know you shouldn&amp;rsquo;t use them often in the first place but as a Vi newbie it&amp;rsquo;s a very nice thing to fall back to something familiar like the arrow keys to move around.</description><content>&lt;p>Since I&amp;rsquo;m on a streak of optimising my workflow in the terminal, I started
to use Vi/Vim/Nvim as my default editor. The reason being it&amp;rsquo;s (almost) always installed
by default, and it&amp;rsquo;s really powerful once you learn only a couple of shortcuts.&lt;/p>
&lt;p>Currently I use Neovim on my development machine because it&amp;rsquo;s fast, extensable and overal
very nice to use. The only thing I really have to get used to is the hjkl format of movement,
I know you shouldn&amp;rsquo;t use them often in the first place but as a Vi newbie it&amp;rsquo;s a very nice
thing to fall back to something familiar like the arrow keys to move around. I&amp;rsquo;m still learning
all the stuff real Vi users use like tags and regex searching.&lt;/p>
&lt;p>The plugins I currenty use are COC for code prediction, typescript-vim and vim-jsx-typescript
for TypeScript highlighting, nerdtree for file browsing, vim-devicons for icons in nerdtree,
fzf for fuzzy searching, and of course the dracula/vim plugin for the dracula theme.&lt;/p>
&lt;p>So far the shortcuts I use are ZZ, hjkl, ZQ, A, a, i, I, C-b.
I also might check out the plugin tagbar for easier code browsing in larger files.&lt;/p></content></item></channel></rss>