Thanks all of you. I am sorry , I have not described the issue clearly. my environment is Red Hat Enterprise Linux Server release 5.5. the kde environment is $konsole --version Qt: 3.3.6 KDE: 3.5.4-25.el5_4.1 Red Hat Konsole: 1.6.4
it can not resize the split vim window to use the mouse in konsole, Besides, it cannot copy or paste using right mouse button in konsole. , although I have "set mouse=a" in .vimrc file. I have just begun to use konsole, and find it very different with gnome-terminal , especially when using the mouse in vim. 2012/1/17 Tim Chase <[email protected]>: > On 01/17/12 00:14, 李鹏 wrote: >> >> Hi, All I encountered a problem of vim under konsole. After >> using the command :split in vim and open a new window, but >> its does work to use the mouse pointer to resize the split >> window. Only "Ctrl - w +/-" does work. But under >> gnome-terminal it's ok. Any of you has this problem. What >> should do? > > > I'm not sure what issue you're encountering (which case doesn't work...all > your descriptions say "does work" or "it's ok"). > > If it's the "Ctrl - w +/-" that doesn't work, some terminals (perhaps like > gnome-terminal and/or konsole?) intercept control+plus and control+minus to > resize the font of the terminal window. If you're issuing the following: > > <control> down > W > plus > <control> up > > and it doesn't work, have you tried > > <control> down > W > <control> up > plus > > and seen whether that changes the behavior? If this is the problem, then > you can either learn to release <control> before hitting the +/-, or you > might have to tweak your terminal settings to stop intercepting them for > font-resizing purposes. > > Alternatively, if it's the mouse that doesn't work, others on the list will > have to help you since I never use the mouse in terminal windows (well, I > use it for selection, but that's terminal related, not vim related). > > -tim > > > > -- 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
