[Vim] completion

The completion is a very usefull option from one of the best code editor : Vim.

To complete a variable cl_ just press [crtl]+N or [ctrl]+P to go forward or backward in the list of variables beginning by cl_.

Another powerfull completion option is the completion of paths and files names, to complete a path like /home/pene/ press [crtl]+X once, and then [crtl+F] or [ctrl]+P to go forward or backward in the list of files and directories.

No comments: