Results 1 to 5 of 5
Hello,
is there any way to run vim with mouse support on an Eterm?
Code:
:set mouse=a
works only on xterms according to the vim manpage.
Thanks in advance....
- 08-21-2006 #1Just Joined!
- Join Date
- Aug 2006
- Location
- Germany
- Posts
- 26
vim, Eterm and mouse
Hello,
is there any way to run vim with mouse support on an Eterm?
works only on xterms according to the vim manpage.Code::set mouse=a
Thanks in advance.
- 08-21-2006 #2
Since you're in an X environment, why not just use gvim?
DISTRO=Arch
Registered Linux User #388732
- 08-21-2006 #3Just Joined!
- Join Date
- Aug 2006
- Location
- Germany
- Posts
- 26
Hi, Cabhan, thanks for the prompt answer.
Maybe there is no other solution; I have to decide whether I want mouse support or vim running on a transparent Eterm. Btw, I emerged gvim just now.....
- 08-21-2006 #4
Aha! I figured it out!
Run these commands from vim's command mode:
That should get it working. If you want those commands executed automatically, add them to your ~/.vimrc.Code::set ttymouse=xterm :set mouse=a
Enjoy!DISTRO=Arch
Registered Linux User #388732
- 08-22-2006 #5Just Joined!
- Join Date
- Aug 2006
- Location
- Germany
- Posts
- 26
Wow, that works! Thank you very much!


Reply With Quote
