macvim-dev/macvim

unable to adjust font size in macvim

slferris opened this issue · 4 comments

Steps to reproduce

set guifont=Monaco:h20 in .gvimrc; saved (size 14 is too small for me to read comfortably)

Expected behaviour

increased font size

Version of Vim and architecture

VIM - Vi IMproved 9.1 (2024 Jan 02, compiled Jan 4 2024 03:08:50) macOS version - arm64

Environment

macOS Sonoma 14.2.1
zsh 5.9 (arm-apple-darwin22.1.0)

How MacVim was installed

downloaded from macvim website; installed from package

Logs and stack traces

No response

Vim configuration where issue is reproducable

No response

Issue has been tested with given configuration

  • by running MacVim.app from GUI macOS interface
  • by running vim/gvim/etc installed by MacVim
  • by running other versions of vim (e.g. /usr/bin/vim)

Issue has been tested with no configuration

  • by running mvim --clean (or gvim, supplied by MacVim distribution)
  • by running vim --clean (in terminal, supplied by MacVim distribution)
  • by running vim --clean (in terminal, other suppliers, e.g. /usr/bin/vim)

Other conditions

  • The both Homebrew packages "vim" and "macvim" are installed

Seems to work for me? How does it not work for you exactly? What does set guifont? show? What about just manually calling :set guifont=Monaco:h20 in MacVim?

What do you mean by "unable to adjust font size" anyway? You mean not able to set font at all right?

Good to know. I'll just close the issue then. One reason that might have happened is you have "Quickstart" enabled in the Advanced setting, which would mean it has an old version of your vimrc preloaded.