Hex Viewer for Atom
View the hex dump of any file
apm install hex
If you want a shortcut, you can open your keymap.cson
file and add this:
'.editor:not(.mini)':
'shift-ctrl-h': 'hex:view'
View the hex dump of any file
apm install hex
If you want a shortcut, you can open your keymap.cson
file and add this:
'.editor:not(.mini)':
'shift-ctrl-h': 'hex:view'