Wednesday, December 7, 2011

Re: gvim window size narrower than normal

On Dec 6, 6:27 pm, alick <alick9...@gmail.com> wrote:
>
> When I am in gnome-terminal(80x24) and type gvim to start GVim(GTK),
> the window lines is less than normal(24 lines). ....

Just a few ideas:

- Maybe there's an X resource affecting gvim. You might check the
output of xrdb -query, maybe grep -i for vim.
- GTK is a murky world, maybe there's a gtkrc file somewhere
- gvim honours a -geometry argument. I use a bash alias

alias v='gvim -geometry 80x60'

You could use this as a workaround.

Regards, John
-

--
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

No comments: