From fa81d141add1a008067d6b42dd7cfd5505a64213 Mon Sep 17 00:00:00 2001 From: Jonatan Alexis Anauati Date: Tue, 6 Jun 2017 23:20:47 -0300 Subject: [PATCH 1/2] Update Readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8cb141d..68fce5a 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,9 @@ to `plugins` in `~/.hyper.js` and restart hyper.js. Usage: - A new 'find' submenu should be available in the 'Edit' menu. - - Type + F to toggle the search controls. - - Hit + G to find the next occurrence. - - Hit + + G to find the previous occurrence. + - Type `````` + F to toggle the search controls. + - Hit `````` + G to find the next occurrence. + - Hit `````` + `````` + G to find the previous occurrence. ![demo](https://media.giphy.com/media/xUA7aXl1VWN460yCju/giphy.gif) From b5048c034b1a78d46d22171ae1914332d9fa3de5 Mon Sep 17 00:00:00 2001 From: Jonatan Alexis Anauati Date: Tue, 6 Jun 2017 23:21:26 -0300 Subject: [PATCH 2/2] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ec5c09f..b302dc3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hyper-search", - "version": "0.0.2", + "version": "0.0.3", "description": "text searhing support for hyper.js", "main": "index.js", "scripts": {