bollu / sublimeBookmark

a better bookmark system for SublimeText
Apache License 2.0
133 stars 30 forks source link

Goto bookmark shortcut #32

Open wernight opened 10 years ago

wernight commented 10 years ago

I found the most useful shortcut is to actually access bookmarks by names; would be good to have a default keyboard shortcut.

// Goto bookmark
{ "keys": ["ctrl+alt+shift+f2"], "command": "sublime_bookmark", "args" : { "type" : "goto" } },

Still need to find a good consistent shortcut.

gwenzek commented 9 years ago

I added a PR to correct that:

https://github.com/bollu/sublimeBookmark/pull/34