![VimTricks Profile](https://pbs.twimg.com/profile_images/1485063585634131968/n4NY5f7z_x96.jpg)
VimTricks
@vim_tricks
Followers
55K
Following
671
Statuses
3K
Email newsletter sending bite-sized Vim tips, tricks, plugins, and recipes https://t.co/zkibO0Tj9A
New York, NY, US
Joined May 2017
Use Abolish to preserve the original case during substitution. Just use S instead of s: :%S/pattern/replacement/g ๐ Read the tip: ๐จ Subscribe for weekly #vim tricks:
0
3
25
Using Git with Vim? Use Unimpaired to jump to conflicts: โข ]n next conflict marker โข [n previous โข d]n delete to next ๐ Read our tutorial: ๐จ Get weekly #vim tricks: ๐ Learn to use Git in Vim:
1
5
30
Copy from the quickfix list to the args list ๐ Why? How about opening all the results of a search at once in splits: :Ggrep something :Qargs :sall ...profit ๐จ Subscribe for weekly #vim tips:
1
5
31
Quickly add empty lines above and below with Unimpaired ๐ [ + space - Add line above ] + space - Below According to our stats, this is the most hated VimTrick we've published. ๐คทโโ๏ธ ๐จ Subscribe for (better) #vim tips:
3
11
92
Are you making judicious use of ctrl-o and ctrl-i in Vim? It can really speed up your movements. ๐ Read our overview of how to use jumps: ๐จ Get #vim tips every Monday and Thursday:
0
5
34
So you resized your terminal and now your splits are all whacked? Equalize your splits in Vim with ctrl-w = ๐ Read today's VimTrick: ๐จ Signup for more #vim tips:
0
3
13
Use :Cfind from @tpope's Eunuch to get results from the find command into the quickfix list. ๐ The blog post has a detailed recipe and use case: ๐จ Subscribe for weekly Vim tips:
0
1
10