LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   XFCE 4.0.1 & vim (https://www.linuxquestions.org/questions/linux-software-2/xfce-4-0-1-and-vim-124927/)

fr0zen 12-11-2003 10:44 AM

XFCE 4.0.1 & vim
 
I installed XFCE 4.0.1 yesterday. Whenever I use vim in a terminal window, the terminal window is resized to the size of the vim window.

I've searched a bit, and I've found very little about 'preventing' this from happening.

Any ideas? Thanks.

BrianNJ 12-11-2003 11:33 AM

have you tried adding a ~/.vimrc configuration file with
Code:

:set lines=xx
:set columns=yy


fr0zen 12-11-2003 02:23 PM

The /etc/vimrc file defines that. It's not the height of the xterm that changes size though, just the width. I tried modifying the columns=80 (in vimrc) to something like 300. Running vim still resulted in it being resized to the same position.

It's frustrating. I don't see any info on this at vim.org.


All times are GMT -5. The time now is 04:20 PM.