From f2b123fbae080c90a9c7f60696c2cda2a461cda1 Mon Sep 17 00:00:00 2001 From: Tom Johnson Date: Fri, 14 Aug 2015 09:46:02 -0600 Subject: [PATCH] content updates --- doc_webstorm_text_editor.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc_webstorm_text_editor.md b/doc_webstorm_text_editor.md index a7d3032..86f28d7 100644 --- a/doc_webstorm_text_editor.md +++ b/doc_webstorm_text_editor.md @@ -24,8 +24,8 @@ Since you'll be writing in Markdown, having color coding and other support for M |Command | Shortcuts | |-------|--------| | Shift + Shift | Allows you to find a file by searching for its name. | -| Shift + Command + F | Find in whole project. (WebStorm uses the term "Find in "path".) | -| Shift + Command + R | Replace in whole project. | +| Shift + Command + F | Find in whole project. (WebStorm uses the term "Find in path".) | +| Shift + Command + R | Replace in whole project. (Again, WebStorm calls it "Replace in path.") | | Command + F | Find on page | | Shift + R | Replace on page | | Right-click > Add to Favorites | Allows you to add files to a Favorites section, which expands below the list of files in the project pane. |