Is there a way to prevent Sublime Text from previewing binary files inside the text editor?
sublimetext2
Solution
Files containing null bytes are opened as hexadecimal by default In your User or Default Settings file:
"enable_hexadecimal_encoding": false
Problem
As the title suggests, I would like to find out if there's a way to prevent ST2 from opening binary files when I click on them. For example when I click on an image, there's no point displaying the hex representation inside the text editor. One additional note: I'm not interested in hiding binary files from the sidebar.