Closed xpe closed 10 years ago
Actually, when I follow the show_osx_keys
directions as described above, it does not have an effect. So I think I have two points:
According to https://sublime.wbond.net/packages/Keymaps this is the correct configuration:
"keymaps": { "show_pretty_keys": true }
However, I did get the above message after installing via package control.
Hi David,
It appears that you've installed an old(er) version(?)...
Please, check which version you're running (go to Tools
-> Keymaps
-> Cheat Sheet
) and take a look at the top of the generated list.
Do you have similar issues with any other packages?
I installed via Sublime package control.
I've covered this issue with the answer to the issue #11.
These instructions currently suggest (sic):
But this means that you are putting package specific settings in the general Sublime settings file. That doesn't seem right.
I think I have a better idea. I've seen many packages create a menu option that lives in Preferences -> Package Settings. This approach, I think, would be preferable. (For an example, see paredit, which locates its settings in Preferences -> Package Settings -> Paredit.)