Closed iherman closed 8 years ago
Here's what worked for me:
'atom-text-editor':
'cmd-f1': 'bookmarks:toggle-bookmark'
'.platform-darwin atom-text-editor':
'cmd-f2' : 'bookmarks:jump-to-text-bookmark'
'cmd-f3' : 'bookmarks:jump-to-previous-bookmark'
It is generally best to start from the keymap built in to the package and go from there. Once I did that, I used the Keybinding Resolver (Cmd+. on OS X and Ctrl+. on other platforms) to debug things.
I hope that helps and let us know if you run into any more problems!
I tried to change the keymap for bookmarks; the default (using F2) interferes with some general OSX operation. I have added the followings to my
keymap.cson
fileBut it seems to have no effect. Note that I have another, similar entry for another package (markdown) in the same file and that works, ie, the settings are properly read by Atom