So I do a lot of shell scripts and I am constantly having to enter in paths and I was wondering if anyone knew of a way to get vim to autocomplete paths and files while in insert mode. Just like when you are in your favorite shell you tab to complete the directory or file.
Extra credit if you can get CTRL-D functionality of the shell into vim insert mode (Ie. to see what files/directories are in the current path).