On Thu, 08 Jan 2009 07:33:56 +0800, Tony Mechelynck  
<[email protected]> wrote:

>
> On 07/01/09 20:46, Sean wrote:
>> Hello,
>>
>> The new vim omni completion is great. It can even be used to make an
>> independent IM (input method), as I showed on
>> http://maxiangjiang.googlepages.com/ChineseIM.gif
>>
>> It would be nice if we can have a "label" before each item on the
>> popup menu, so that we can get the value simply by typing "3" or "8"
>> etc, instead of endless<C-N><C-N><C-N>  ...
>>
>> Is it possible?
>>
>> Thanks
>>
>> Sean
>
> IIRC, you can select any pum line by mouse-clicking (if, of course, you
> are either in the GUI or in a Console Vim application able to get mouse
> events in your current terminals -- this may mean +mouse_xterm in an X
> terminal emulator, or +mouse_gpm _and_ the GPM daemon running if you're
> in the Linux text console. To see if your current Vim supports your
> current mouse:
>
>       :echo has('mouse')
> If the answer is zero, you have no mouse support at all in this Vim.
>
>       :set mouse=a
>       F1
> You should see the first page of help. Double-click |bars| on the right
> side, somewhat below the hjkl diamond. You should see the help change.
> To come back, use Ctrl-RightMouse, or, if that doesn't work, g  
> RightMouse.
>
>
> Best regards,
> Tony.

This is a feature request for selecting by number key of keyboard,
not try to find an alternative way :)

This feature is useful to let ChineseIM behave more similar with
other normal IMs. And, when you typing, why bother to move your hand away
 from keyboard and use mouse to select it then move hand back?
That's not the vim way.

-- 
Regards,
Van.

--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to