Vim Insert Mode Filename Completion
Today I learned that Vim has native filename completion. The command is CTRL-X CTRL-F in insert mode. Here it is in action:
This is useful for requiring files in different directories. See :help i_CTRL-X_CTRL-F for more information.
h/t Brian Dunn
Tweet