File marks are like regular marks except that they are associated to a specific file, which makes them pretty useful for quick file navigation. One use that is commonly mentionned would be to add a V
mark to one's vimrc
, for example, which would make editing it only one 'V
away.
Here, a mnemonic mark is left when leaving files of a specific kind:
- mark
C
for "CSS" and "SCSS", - mark
H
for "HTML", - etc.