<?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 Coffee and Contemplation</title><link>https://coffeeandcontemplation.dev/tags/vim/</link><description>Recent content in vim on Coffee and Contemplation</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><managingEditor>dev@gmail.com (dev)</managingEditor><webMaster>dev@gmail.com (dev)</webMaster><lastBuildDate>Fri, 13 Nov 2020 00:00:00 +0000</lastBuildDate><atom:link href="https://coffeeandcontemplation.dev/tags/vim/index.xml" rel="self" type="application/rss+xml"/><item><title>Fuzzy finding in vim - vim + fzf</title><link>https://coffeeandcontemplation.dev/post/2020-11-13-fuzzy-finding-in-vim/</link><pubDate>Fri, 13 Nov 2020 00:00:00 +0000</pubDate><author>dev@gmail.com (dev)</author><guid>https://coffeeandcontemplation.dev/post/2020-11-13-fuzzy-finding-in-vim/</guid><description>FZF is the center-piece of my vim configuration. It is another excellent piece of software by Junegunn Choi.
fzf is a command line fuzzy finder.
Now, that doesn&amp;rsquo;t sound like much. But the way it can integrate with your other tools will blow your mind. The repository for FZF is located here and has extensive documentation on how to use it. Follow these instructions to install it.
To see how it works, run this command:</description></item><item><title>Vimming in 2020</title><link>https://coffeeandcontemplation.dev/post/2020-11-07-vimming-in-2020/</link><pubDate>Sat, 07 Nov 2020 00:00:00 +0000</pubDate><author>dev@gmail.com (dev)</author><guid>https://coffeeandcontemplation.dev/post/2020-11-07-vimming-in-2020/</guid><description>If you use vim, you can use h,j,k,l keys to navigate instead of the arrow keys. You won&amp;rsquo;t have to move your hands away from the home row, and you&amp;rsquo;ll end up saving a lot of time.
One of my seniors in college told me this about vim. It sounded so incredibly ridiculous at that time, that I decided to give it a shot.
For the first couple of years, my .</description></item><item><title>How to quit vim</title><link>https://coffeeandcontemplation.dev/post/2020-10-20-quitting-vim/</link><pubDate>Tue, 20 Oct 2020 00:00:00 +0000</pubDate><author>dev@gmail.com (dev)</author><guid>https://coffeeandcontemplation.dev/post/2020-10-20-quitting-vim/</guid><description>Vim has multiple modes. You normally insert text in the Insert mode. Normal mode is where you move around and give commands to vim.
Esc will take you to normal mode(usually). You can enter a command starting with a :. Quit vim with the below command:
&amp;lt;Esc&amp;gt;:qa! q - quit a - all ! - force do the operation. This will quit all the buffers including the unsaved ones.</description></item></channel></rss>