Topic: gvim
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
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)
Introduction Imagine, the power of terminal combined with the flexibility of Vim keybindings. Guess What! You don't have to imagine it…
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
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
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
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.
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
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…
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)
Conquerer of Completion This plugin is too featureful (bloated) to explain in a single blog post Good thing the author provided extensive…
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
Install nerdtree Add the following to Config Add the following to and source it. Append these lines to the end
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
General Setings To include some basics in your config first create a directory called general and a file called Here is every general…
