#macvim — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #macvim, aggregated by home.social.
-
MacVim Protip: For those who find #MacVim's default font size and colour schemes utterly unfuckingreadable, you can change these in your ~/.gvimrc file.
For example:
set guifont=Monaco:h18
colorscheme blueWhich produces a much larger, and visually-distinct, buffer.
There are other fonts, sizes, and colour schemes.
You can list schemes installed from your shell via:
$ ls /usr/share/vim/vim81/colors | grep .vimSee: https://linuxhandbook.com/vim-color-schemes/
You might be able to list fonts from within vim via:
:set guifont=*... which is supposed to display a fonts chooser but fails to do so for me.