Skip to content
New issue

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

I suggest Windows and MAC use same keybings file #60

Open
yanzi1225627 opened this issue Feb 19, 2017 · 0 comments
Open

I suggest Windows and MAC use same keybings file #60

yanzi1225627 opened this issue Feb 19, 2017 · 0 comments

Comments

@yanzi1225627
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant