<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Chris Chou</title>
    <description>The latest articles on DEV Community by Chris Chou (@chhschou).</description>
    <link>https://dev.to/chhschou</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F66426%2F0170ba95-ffff-4637-b151-c78b28717cd7.png</url>
      <title>DEV Community: Chris Chou</title>
      <link>https://dev.to/chhschou</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/chhschou"/>
    <language>en</language>
    <item>
      <title>Vim isn't for everyone. Here is how to make it yours</title>
      <dc:creator>Chris Chou</dc:creator>
      <pubDate>Thu, 13 Dec 2018 08:18:50 +0000</pubDate>
      <link>https://dev.to/chhschou/vim-isnt-for-everyone-here-is-how-to-make-it-yours-301b</link>
      <guid>https://dev.to/chhschou/vim-isnt-for-everyone-here-is-how-to-make-it-yours-301b</guid>
      <description>&lt;p&gt;Did I say &lt;em&gt;Vim isn't for everyone&lt;/em&gt;? I certainly felt that way the first couple of time I tried it. After several failed attempts over the years, I finally made Vim my daily driver. Below I have a couple of tips from my own experiences for people starting out on Vim/Neovim.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Start small, &lt;em&gt;really&lt;/em&gt;&lt;br&gt;
Too much too quickly is a common theme in my past failures trying to learn Vim. Only 6 keys are needed to move the caret left (&lt;code&gt;h&lt;/code&gt;)/right (&lt;code&gt;l&lt;/code&gt;)/up (&lt;code&gt;k&lt;/code&gt;)/down (&lt;code&gt;l&lt;/code&gt;), delete (&lt;code&gt;x&lt;/code&gt;) and insert text (&lt;code&gt;i&lt;/code&gt;). It took me 2 weeks to get comfortable with just the aforementioned 6 keys and weaned myself from reaching for the mouse.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Use Vim now&lt;br&gt;
There is practically no need to setup Vim for use in terminal or GVim (Vim in a window) initially. Most editor/IDE has a Vim emulation waiting to be enabled.  &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Avoid using it under pressure initially&lt;br&gt;
Professional work is hard enough as is without adding Vim to the mix. I got much more successful when I used Vim on my personal project, which I simply enjoy the experience with what I already knew or add one or two commands in a session. I manage to slowly but steadily expand my Vim muscle memory over weeks this way. &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Touch typing is important&lt;br&gt;
Touch typing is almost a prerequisite. I have never seen anyone use Vim well without being able to touch type fairly accurately. Weakness in my touch typing flared up when using Vim and I added 5 min of targeted typing exercises at the start of a session until I was comfortable.  &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Experience default key mapping first before customisation&lt;br&gt;
Some advocate promote customisation early on, citing inefficient key mapping creates bad muscle memory, resulting in a long term impact on productivity. However, I find the default key mapping adequate for most tasks, particularly with Neovim. I also don't like to customise until the keymap really bugs me and the keymap I find more comfortable with is not already taken by something useful.  &lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Above are some of what I felt worked for me after a number of failed attempt to learn Vim in the past. I now keep a learning-sheet I made with the commands I want to learn. When I got the command sequence stored in muscle memory I will delete it from my learning-sheet to keep it up to date. &lt;/p&gt;

&lt;p&gt;Happy Vim-ming!&lt;/p&gt;

</description>
      <category>vim</category>
      <category>neovim</category>
      <category>productivity</category>
    </item>
  </channel>
</rss>
