Closed smonff closed 12 years ago
Not tested, tried briefly with Mac OS, syntax highlight was working but no keys. Added Default (OSX).sublime-keymap ( copy from windows in orgmode dir) and keys started working.
Then there is some windows hack within code to open browser and such, which need a bit more time to get working.
Some tweaks and it should work =)
a search gives;
DEFAULT_OPEN_LINK_COMMANDS = dict(
darwin=['open'],
# Found at:
# - http://frank.zinepal.com/open-a-file-in-the-default-application-using
# - http://commandwindows.com/tipsandtricks.htm#startcommand
win32=['cmd', '/C', 'start'],
# Dunno yet - help anyone?
# linux= FIXME ???
)
so i guess there is some work to be done.
I can confirm that syntax highlight works fine but keys don't... Maybe I will fix it if I can.
Keep in touch.
Is it supposed to work under Linux?