Topic: gvim

Vim Quicktips
May 03, 2021

Vim Quicktips

Run commands on multiple files at once Substitution Convert spaces to New Lines Convert new lines to comma separated list For cases where…

Deleting with Vim
November 10, 2020

Deleting with Vim

Introduction I realised that deleting code and/or blocks of unused text within a file is one of the key roles of a Software Engineer…

Terminal within Vim (vim movements inside terminal)
November 09, 2020

Terminal within Vim (vim movements inside terminal)

Introduction Imagine, the power of terminal combined with the flexibility of Vim keybindings. Guess What! You don't have to imagine it…

Vim EasyClip
September 13, 2020

Vim EasyClip

EasyClip This plugin remaps your your bindings for and so that the contents on which these operations are performed don't copy the deleted…

Auto Pairs
September 13, 2020

Auto Pairs

Auto Pairs This plugin will add the corresponding character for a for the Install with vim-plug The following characters when entered will…

Vim Surround
September 13, 2020

Vim Surround

Vim Surround Install with vim-plug This plugin add extra vocubalary to your , , motions so you can run thm on types of To learn more about…

Vim Visual Star Search
September 13, 2020

Vim Visual Star Search

Vim Visual Star Search Install with vim-plug This plugin expands the default * behavior of Vim By default, when you press star (*) somewhere…

Easy Windows Setup of my Vim Config.
August 29, 2020

Easy Windows Setup of my Vim Config.

Ayush Mandowara's Vim Config. How to setup: Make sure you have the latest version of Vim (>8.2) Clone this repo: Run file with Admin…

Vim-commentary
July 29, 2020

Vim-commentary

Install commentary Configuration You can add your own custom key mapping for it. For Ex: Then, Just press / and it will comment out the line…

Sneak
July 29, 2020

Sneak

Install Create config file Make sure to source this file in Sneak Sneak is a motion plugin for vim that remaps the and keys The authors…

Integrate Gvim with FZF & more
July 28, 2020

Integrate Gvim with FZF & more

Install FZF, Ripgrep, Universal-ctags, Silver-searcher First let's just install a bunch of awesome tools to help you search/find stuff…

Gvim Intellisense with Conquerer of Completion (CoC)
July 27, 2020

Gvim Intellisense with Conquerer of Completion (CoC)

Conquerer of Completion This plugin is too featureful (bloated) to explain in a single blog post Good thing the author provided extensive…

Airline
July 27, 2020

Airline

Plugin Airline and Airline themes Add the following to Create config Create theme file for airline Add the following configuration Don't…

Plugins with Vim-Plug
July 18, 2020

Plugins with Vim-Plug

Installing gVim On Windows Create config Make directory for your Vim config Create an file if not already present. Note: has a higher…

Exploring coc-explorer
April 28, 2020

Exploring coc-explorer

Install nerdtree Add the following to Config Add the following to and source it. Append these lines to the end

Gvim Themes
April 25, 2020

Gvim Themes

Plugin your theme First open vim plug and add your theme, you can add as many themes as you want here to switch between them at any time I'm…

Gvim Setting up the basics
April 24, 2020

Gvim Setting up the basics

General Setings To include some basics in your config first create a directory called general and a file called Here is every general…