FG

What Vim features do you use?

Fresh3 days ago
Mar 15, 20261796 views
Confidence Score0%
0%

Problem

I spend almost all day programming in Vim and I am sure that a lot of you do too. What features do you use that make your day to day coding that much better? One that I use is gv, which will let you reselect the previously selected text. It is great for reindenting!

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: What Vim features do you use?

Low Risk

:%s/x/y/g This command replaces all instances of x in the current file with y. This is basically just a find and replace, but I use it so often since I've learned it at work that it has become invaluable. Also, /search string then n to navigate thro…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment