Learn Essential Vim Skills
with Drew Neil, author of Practical Vim
filetypes
category applies to 1 screencast:
Run time:
Different file types may require particular whitespace settings. For example, YAML files must be indented using spaces, whereas makefiles require indentation with tabs. These preferences can be specified by hooking into the FileType
event with an autocommand.