Sunday, November 29, 2009

Re: Need to know how to load script in Vim

On Nov 29, 4:43 am, Christian Brabandt <cbli...@256bit.org> wrote:
> > outputs this at the bottom of the screen:
> > -- ^X mode (^]^D^E^F^I^K^L^N^O^Ps^U^V^Y)
>
> That means, vim is expecting a second <Ctrl-> Letter, to choose the
> completion you want. There are several different ways of completion:

How can I make it use an easier shortcut. Two ctrl-key combinations
for every auto completion will make it slower to use auto completion
that not :)

> 1. Whole lines                                          |i_CTRL-X_CTRL-L|
> 2. keywords in the current file                         |i_CTRL-X_CTRL-N|
> 3. keywords in 'dictionary'                             |i_CTRL-X_CTRL-K|
> 4. keywords in 'thesaurus', thesaurus-style             |i_CTRL-X_CTRL-T|
> 5. keywords in the current and included files           |i_CTRL-X_CTRL-I|
> 6. tags                                                 |i_CTRL-X_CTRL-]|
> 7. file names                                           |i_CTRL-X_CTRL-F|
> 8. definitions or macros                                |i_CTRL-X_CTRL-D|
> 9. Vim command-line                                     |i_CTRL-X_CTRL-V|
> 10. User defined completion                             |i_CTRL-X_CTRL-U|
> 11. omni completion                                     |i_CTRL-X_CTRL-O|
> 12. Spelling suggestions                                |i_CTRL-X_s|
> 13. keywords in 'complete'                              |i_CTRL-N|

Wow, that's a lot of auto-completions. Now which one of these gives
me
a Visual-C++-like intellisense for python :D

If there is a tutorial or a thread in some forum where this question
is answered,
please point me to it. Cause I've been searching the internet for
hours now
and I've found many sites with instructions, or vim scripts, etc. that
claim to
enable intellisense and even to "turn Vim into IDE" but I just can't
make any of them work. It's really frustrating.

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

No comments: