I want to change my key bindings for bookmarking. I open up the User Key Bindings and enter:
- Code: Select all
[
{ "keys": ["f4"], "command": "next_bookmark" },
{ "keys": ["shift+f4"], "command": "prev_bookmark" },
{ "keys": ["super+f4"], "command": "toggle_bookmark" },
{ "keys": ["super+shift+f4"], "command": "clear_bookmarks" },
{ "keys": ["alt+f4"], "command": "select_all_bookmarks" }
]
However, this has no effect. Changing it in the default bundle, though, does. Any suggestions?