We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
ctrl
super
ctrl + shift + f2
ctrl + alt + f2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
On Mac, this is my keybings:
I use only
ctrl
instead ofsuper
, keep same with Windows.ctrl + shift + f2
, add mark, andctrl + alt + f2
to remove mark.The text was updated successfully, but these errors were encountered: