Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
gauravk-in committed Aug 18, 2018
1 parent b594a77 commit 2bccdd2
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,30 +16,30 @@ 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.
3. A new tab will be opened, and the top 3 best answers for the query will be listed in this page.

![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.
3. The answer will be pasted in the open editor.

![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.
Expand Down

0 comments on commit 2bccdd2

Please sign in to comment.