mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
cmd -> meta
This commit is contained in:
committed by
Nathan Sobo
parent
4b50e9bd82
commit
2ca9949d1c
22
README.md
22
README.md
@@ -27,27 +27,27 @@ A basic ~/.atom directory is installed when you run `rake install`. Take a look
|
||||
Atom doesn't have much in the way of menus yet. Use these keyboard shortcuts to
|
||||
explore features.
|
||||
|
||||
`cmd-o` : open file/directory
|
||||
`meta-o` : open file/directory
|
||||
|
||||
`cmd-n` : new window
|
||||
`meta-n` : new window
|
||||
|
||||
`cmd-t` : open fuzzy file finder
|
||||
`meta-t` : open fuzzy file finder
|
||||
|
||||
`cmd-:` : open command prompt
|
||||
meta-:` : open command prompt
|
||||
|
||||
`cmd-f` : open command prompt with /
|
||||
`meta-f` : open command prompt with /
|
||||
|
||||
`cmd-g` : repeat the last search
|
||||
`meta-g` : repeat the last search
|
||||
|
||||
`cmd-r` : reload the current window
|
||||
`meta-r` : reload the current window
|
||||
|
||||
`cmd-alt-ctrl-s` : run specs
|
||||
`meta-alt-ctrl-s` : run specs
|
||||
|
||||
`cmd-alt-arrows` : split screen in direction of arrow
|
||||
`meta-alt-arrows` : split screen in direction of arrow
|
||||
|
||||
`cmd-alt-w` : toggle word wrap
|
||||
`meta-alt-w` : toggle word wrap
|
||||
|
||||
`cmd-alt-f` : fold selected lines
|
||||
`meta-alt-f` : fold selected lines
|
||||
|
||||
`meta-l` : go to line
|
||||
|
||||
|
||||
Reference in New Issue
Block a user