Tuesday, November 12, 2024

Re: how to zoom in characters in vim-windows forever?

For gvim, I use something as simple as

if has('unix')
set guifont=UbuntuMono\ 11
elseif has('win32') || has('win64')
set guifont=consolas:h10
endif

For Vim as a terminal editor, one has to select the font name and size
in the terminal (console). Vim itself has nothing to do with that.


On Tue, 12 Nov 2024 at 12:13, wang xu <wangxu2410@gmail.com> wrote:
>
> I am used to working in debain, and i know how to configure .vimrc to control vim. But now i am working in windows and using vim-windows, which get installed by following links: https://github.com/vim/vim-win32-installer/releases/tag/v9.1.0514.
> Every time i open files by vim , i feel that characters are so small , so i have to fix it by hands in top menu. So i really want to know some way to configure vim like it in debian that i can use it automatically.
> Thanks a lot.
>
>
> --
> --
> You received this message from the "vim_use" maillist.
> Do not top-post! Type your reply below the text you are replying to.
> For more information, visit http://www.vim.org/maillist.php
>
> ---
> You received this message because you are subscribed to the Google Groups "vim_use" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
> To view this discussion visit https://groups.google.com/d/msgid/vim_use/1703a500-0765-430f-94e0-2a93519dff06n%40googlegroups.com.

--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/vim_use/CALdOZqkJe%2Bcrfmv%3DEyj%3DJRhz-purc_0WSjMi2SEzmGdrdZmpew%40mail.gmail.com.

No comments: