From 2ca9949d1ce6c0b0e494adeef53d03c2a44e78c7 Mon Sep 17 00:00:00 2001 From: Justin Palmer Date: Wed, 6 Feb 2013 10:47:45 -0800 Subject: [PATCH] cmd -> meta --- README.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index d6f869eca..3c9c4b2e6 100644 --- a/README.md +++ b/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