bollu / sublimeBookmark

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

I suggest Windows and MAC use same keybings file #60

Open yanzi1225627 opened 7 years ago

yanzi1225627 commented 7 years ago

On Mac, this is my keybings:

[
   { "keys": ["ctrl+shift+f2"], "command": "sublime_bookmark", "args" : { "type" : "add"  } },
   { "keys": ["ctrl+alt+f2"], "command": "sublime_bookmark", "args" : { "type" : "toggle_line"  } },
   { "keys": ["f2"], "command": "sublime_bookmark", "args" : { "type" : "goto_next" } },
   { "keys": ["shift+f2"], "command": "sublime_bookmark", "args" : { "type" : "goto_previous" } },
   { "keys": ["ctrl+f2"], "command": "sublime_bookmark", "args" : { "type" : "goto" } }

]

I use only ctrl instead of super, keep same with Windows. ctrl + shift + f2, add mark, and ctrl + alt + f2 to remove mark.