Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Too large font in gvim #474

Closed
ostrolucky opened this issue Oct 21, 2013 · 9 comments
Closed

Too large font in gvim #474

ostrolucky opened this issue Oct 21, 2013 · 9 comments

Comments

@ostrolucky
Copy link

I installed spf13-vim and I found out font in gvim is too large as opposed to vim. In attachment below is comparison between gvim (left) and vim (right). Is this correct default behaviour?
c4ra6sg

@davisein
Copy link

It happened to me the same. The first thing I did was to change that
setting. It was easy enough, but I guess many people would have the same
problem. I think a smaller default (to match standard terminal) might be
better.

On 21 October 2013 12:12, gadelat notifications@github.com wrote:

I installed spf13-vim and I found out font in gvim is too large as opposed
to vim. In attachment below is comparison between gvim (left) and vim
(right). Is this correct default behaviour?
[image: c4ra6sg]https://f.cloud.github.com/assets/496233/1371351/a379db96-3a38-11e3-8d6b-4556cfba4f85.png


Reply to this email directly or view it on GitHubhttps://github.com//issues/474
.

David Navarro Estruch

@kennethkalmer
Copy link

Just for the next person that stumbles onto this issue, I simply set the following in the .vimrc.before.local to fix it:

let g:spf13_no_big_font=1

Based on https://github.com/spf13/spf13-vim/blob/3.0/.vimrc#L859

@rekendahl
Copy link
Contributor

I wonder why the "BIG FONT" is default? Seems like a strange choice to me. If you want to make it clear that you are in gvim why not switch solarized to light or something?

@spf13
Copy link
Owner

spf13 commented Jan 18, 2014

Big is relative. Big is only 16pt font in the config.
https://github.com/spf13/spf13-vim/blob/3.0/.vimrc#L861

Depending on a lot of other things 16pt could be just right, or could be huge. On my laptop in macvim this setting provides me 50 lines on screen at my normal resolution (1050 px tall).

My standard terminal gives me 60 lines, so it is a bit larger in the visual mode, but not much.

Perhaps we need a smaller default setting for linux.

@AlexPanY
Copy link

How to change spf13-vim guifont?

@qrees
Copy link

qrees commented May 26, 2014

For 768px tall it provides 23 lines of text, which I think is definitely to little. In most use case 16pt font is quite big. Standard font size for normal text (not headers, titles etc.) is something like 12pt.

@davisein
Copy link

:1:

I am used spf13 and it was my introduction to vim. This was one of the two
or three non automatic things and the only one that looked broken.

This makes gvim look broken with spf13. A better detail would be good!
On 26 May 2014 23:53, "Krzysztof Płocharz" notifications@github.com wrote:

For 768px tall it provides 23 lines of text, which I think is definitely
to little. In most use case 16pt font is quite big. Standard font size for
normal text (not headers, titles etc.) is something like 12pt.


Reply to this email directly or view it on GitHubhttps://github.com//issues/474#issuecomment-44220109
.

@spf13
Copy link
Owner

spf13 commented Jun 30, 2014

I've confirmed this issue. I installed the latest ubuntu and then spf13-vim and the font was HUGE.. Much bigger than on the mac or windows or other linuxes I've tried. We should definitely correct this.

@spf13 spf13 closed this as completed in 391f61a Jun 30, 2014
@davisein
Copy link

Thank you!

On 30 June 2014 18:34, Steve Francia notifications@github.com wrote:

Closed #474 #474 via 391f61a
391f61a
.


Reply to this email directly or view it on GitHub
#474 (comment).

David Navarro Estruch

smt added a commit to smt/spf13-vim that referenced this issue Aug 20, 2014
* upstream/3.0: (22 commits)
  Bugfix spf13#320. vimdiff "]c" jump to next diff doesn\'t work spf13#320. Thanks the help from @keelerm84 and @pwolfram
  Improve the readme to show an option to configure the environment variables because they are not set by default with gVim.
  improve rust and puppet support
  Removing csapprox ... and there was rejoicing in the terminals
  Adding tpope/commentary
  Adding Toml support
  Improve the readme showing an option to configure the enviroment variables because they are not set by default by gVim.
  Remove twig from default bundles.
  Move beyondwords/vim-twig into PHP bundle.
  Don't conceal JSON syntax
  Don't remap <CR> for omnicomplete it causes issues
  Closing spf13#500. xptemplate support for scala.
  fixed spf13#547. Better end of word handling.
  Better handling of neocomplete closing.
  Some improvements to clipboard support
  Adding wildfire support.. Hit return to use it.
  Add tpope/vim-repeat to default install
  Fixed spf13#617. period is now an end of word designator
  fixed spf13#474 . Smaller default font on gvim
  remove spf13-vim 3.0 note
  ...
smt added a commit to smt/spf13-vim that referenced this issue Aug 20, 2014
* spf13-merge: (23 commits)
  Merge with latest spf13
  Bugfix spf13#320. vimdiff "]c" jump to next diff doesn\'t work spf13#320. Thanks the help from @keelerm84 and @pwolfram
  Improve the readme to show an option to configure the environment variables because they are not set by default with gVim.
  improve rust and puppet support
  Removing csapprox ... and there was rejoicing in the terminals
  Adding tpope/commentary
  Adding Toml support
  Improve the readme showing an option to configure the enviroment variables because they are not set by default by gVim.
  Remove twig from default bundles.
  Move beyondwords/vim-twig into PHP bundle.
  Don't conceal JSON syntax
  Don't remap <CR> for omnicomplete it causes issues
  Closing spf13#500. xptemplate support for scala.
  fixed spf13#547. Better end of word handling.
  Better handling of neocomplete closing.
  Some improvements to clipboard support
  Adding wildfire support.. Hit return to use it.
  Add tpope/vim-repeat to default install
  Fixed spf13#617. period is now an end of word designator
  fixed spf13#474 . Smaller default font on gvim
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants