From 2bccdd24eca95edba973a14545c49081b1d1a396 Mon Sep 17 00:00:00 2001 From: Gaurav Kukreja Date: Sat, 18 Aug 2018 15:28:46 +0200 Subject: [PATCH] Updated README --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index eb8716c..c322570 100644 --- a/README.md +++ b/README.md @@ -16,15 +16,7 @@ Meanwhile, we are working on publishing this plugin using Package Control, which ## Demos -### Replace the query text with answer in editor - -1. Write your query string. -2. Select the query string. -3. Press "Cmd + cr" to replace the selected query string by the answer generated from cht.sh. - -![Preview](/contrib/cr.gif) - -### List top 3 answers in a new tab +### Show top 3 answers in a new tab 1. Press "Cmd + cs" to launch the input panel in Sublime Text. 2. Enter your query and press Enter. @@ -32,7 +24,7 @@ Meanwhile, we are working on publishing this plugin using Package Control, which ![Preview](/contrib/cs.gif) -### Another way to insert answer directly in the editor +### Insert answer directly in the editor 1. Press "Cmd + ci" to launch the input panel in Sublime Text. 2. Enter your query and press Enter. @@ -40,6 +32,14 @@ Meanwhile, we are working on publishing this plugin using Package Control, which ![Preview](/contrib/ci.gif) +### Replace the query text with answer in editor + +1. Write your query string. +2. Select the query string. +3. Press "Cmd + cr" to replace the selected query string by the answer generated from cht.sh. + +![Preview](/contrib/cr.gif) + ### Note 1. On Windows and Linux the "Cmd" key is replaced by "Ctrl" key.