<?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 Subhadip's Blog</title><link>https://www.subhadig.net/tags/vim/</link><description>Recent content in Vim on Subhadip's Blog</description><generator>Hugo</generator><language>en-us</language><copyright>Subhadip Ghosh</copyright><lastBuildDate>Fri, 15 Oct 2021 00:00:00 +0000</lastBuildDate><atom:link href="https://www.subhadig.net/tags/vim/index.xml" rel="self" type="application/rss+xml"/><item><title>Easily format markdown tables in Vim</title><link>https://www.subhadig.net/posts/easily-format-markdown-tables-in-vim/</link><pubDate>Fri, 15 Oct 2021 00:00:00 +0000</pubDate><guid>https://www.subhadig.net/posts/easily-format-markdown-tables-in-vim/</guid><description>&lt;h3 id="introduction"&gt;Introduction&lt;/h3&gt;
&lt;p&gt;Creating markdown tables in Vim is not very intuitive.
Out of the box Vim does not have the capability of formatting markdown tables.
And manually keeping them formatted is no less than a tedious job.
For reasons like these, I have for years avoided using tables in markdown.
But a good thing about Vim is that it&amp;rsquo;s very easy to customize it and add new
functionalities.
Recently I spent some time to make the task of creating and keeping markdown
tables formatted a little easier in Vim.&lt;/p&gt;</description></item><item><title>Preview markdown files from Vim - The easy way</title><link>https://www.subhadig.net/posts/preview-markdown-files-from-vim-the-easy-way/</link><pubDate>Sat, 28 Nov 2020 00:00:00 +0000</pubDate><guid>https://www.subhadig.net/posts/preview-markdown-files-from-vim-the-easy-way/</guid><description>&lt;h3 id="introduction"&gt;Introduction&lt;/h3&gt;
&lt;p&gt;I primarily take notes in vim in markdown format.
The upside is that editing in vim is a pleasure.
But one downside of this approach is that my notes often contain images and
rich texts (as
opposed to plain texts) and vim out of the box is not a good tool to view
anything that is more than just text.
In this post, I discuss about how you can easily preview your markdown notes in
your browser directly from your vim editor with the help of a small vim script
and an utility called &lt;em&gt;pandoc&lt;/em&gt; in just a couple of keystroke.
All without a fancy external vim plugin.&lt;/p&gt;</description></item><item><title>How to easily write in MediaWiki</title><link>https://www.subhadig.net/posts/how-to-easily-write-in-mediawiki/</link><pubDate>Fri, 18 May 2018 00:00:00 +0000</pubDate><guid>https://www.subhadig.net/posts/how-to-easily-write-in-mediawiki/</guid><description>&lt;p&gt;MediaWiki is a very popular free and open-source wiki software that powers some of the most visited wikis on the Internet including the Wikipedia. You can also host it in your own environment for your own wiki requirements or for your organization.&lt;/p&gt;

&lt;p&gt;At my work, we use MediaWiki for our developer's wiki site. When I started working for a new product team sometimes back, I came to know about this wiki format for the first time and I didn't like it very much.&lt;/p&gt;</description></item><item><title>My Custom Vim Configuration</title><link>https://www.subhadig.net/posts/my-custom-vim-configuration/</link><pubDate>Thu, 17 Dec 2015 00:00:00 +0000</pubDate><guid>https://www.subhadig.net/posts/my-custom-vim-configuration/</guid><description>&lt;p&gt;Though Vim is my favourite command-line text editor, not all the default configurations suit my taste. Luckily, changing the default configurations of Vim editor on my Xubuntu 14.04 LTS (any Linux based OS for that matter) is fairly easy and so is persisting the changes. Here's what you need to do in order to persist the changed configurations for Vim editor (so that the changes do not disappear after you restart your Vim editor): Create a file with name &lt;em&gt;.vimrc&lt;/em&gt; and save it in your home directory. So whatever configurations you write in that &lt;em&gt;.vimrc&lt;/em&gt; file of yours, will be picked when you start your Vim editor (after modifying &lt;em&gt;.vimrc&lt;/em&gt;, you may need to restart the Vim editor in order for the changes to take effect).&lt;/p&gt;</description></item></channel></rss>