tags:

views:

17

answers:

1

Hi,

any way to have the autocompletion feature for paths that there is on the linux command line (you know pushing tab..)?

Regards

Javi

+1  A: 

In Vim 7, use CTRL-XCTRL-F. See :help i_CTRL-X_CTRL-F ore more globally the whole paragraph on completion: :help ins-completion.

Benoit