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

Keybindings for mac #17

Merged
merged 1 commit into from
Nov 4, 2016
Merged

Keybindings for mac #17

merged 1 commit into from
Nov 4, 2016

Conversation

oleander
Copy link
Contributor

@oleander oleander commented Nov 4, 2016

Here're some mac bindings from Atom. I've included sources to why I picked a particular binding.

  • OS X 10.12.1
  • Atom 1.11.2
  • Visual Studio Code 1.7.1

workbench.action.quickOpen

This is the official cmd-t package for atom, even tho it isn't marked with Core as most of the others are.

fuzzy-finder-file

editor.action.formatDocument

Third party source: atom-beautify with 1.9M downloads.

bea

editor.action.commentLine

This one is a bit tricky. On my Swedish keyboard, cmd+/ focuses the search function in the Help menu bar. This seems to be a problem on non US/GB (?) keyboards (source). The solution is to use cmd+shift+7 as shift+7 normally yields /.

focus-help

comment

workbench.action.files.openFileFolder

There isn't much documentation on this, but it looks like workbench.action.files.openFileFolder opens a new project.

workbench action files openfilefolder

workbench.action.zoomIn

This is a bit backwards on my machine. cmd++ maps to cmd+- and cmd+= can't be mapped.

in

workbench.action.zoomOut

cmd+_ Isn't supported on my keyboard.

out

workbench.files.action.showActiveFileInExplorer

showactivefileinexplorer

editor.unfoldAll

editor unfoldal

editor.fold

fold

editor.unfold

unfold

@waderyan
Copy link

waderyan commented Nov 4, 2016

Looks great! Thanks.

@waderyan waderyan merged commit 69e91cd into microsoft:master Nov 4, 2016
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

Successfully merging this pull request may close these issues.

None yet

2 participants