If you're changing your vimrc, it can get boring to close and restart it only to see the changes applied. Want something quicker? You can ":so %". So stands for source, so you'll just be telling vim "include this file". % happens to be the path to the current file. If you're not editing your .vimrc but for some reason you still want to reload it, just use "so ~/.vimrc" instead.
In reply to this post, Anonymous commented @ 2015-06-21T14:30:22.000+02:00:
Original published here.
In reply to this post, nico commented @ 2015-06-22T09:49:37.000+02:00:
Great tip, thanks Anon!
Original published here.