Common filetype mappings from Vim should translate to common mappings in Sublime. For example: ```vim set ft=python: ``` Language type without a shebang (e.g. `#!/usr/bin/python`) or file extension is difficult to auto discover.
Common filetype mappings from Vim should translate to common mappings in Sublime.
For example:
Language type without a shebang (e.g.
#!/usr/bin/python) or file extension is difficult to auto discover.