Vi tip of the day

When I need to discuss some code with a colleague over a video call, it’s usually necessary to increase the font-size. Rather than hunting down the menu items, you can type one of these:

:set guifont=*                 # (gvim) launches the font chooser
:set guifont=Monospace\ 12     # makes the font large
:set guifont=Monospace\ 9      # make it small again
This entry was posted in Linux, Programming and tagged , . Bookmark the permalink.