Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 274 Bytes

README.vim.modeline.md

File metadata and controls

13 lines (9 loc) · 274 Bytes

You can use a modeline by put the following line near the top or bottom of your txt file. So you don't have to name your file as .tsv.

Near "means within 5 lines of the top or bottom"

" vim: set ft=tsv_edl:

or

" vim: set ft=tsv_edl nonumber so=999: