Hi,
any way to have the autocompletion feature for paths that there is on the linux command line (you know pushing tab..)?
Regards
Javi
Hi,
any way to have the autocompletion feature for paths that there is on the linux command line (you know pushing tab..)?
Regards
Javi
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
.