From 860eb63942b49f3edeaee81adacc6ffc1916a888 Mon Sep 17 00:00:00 2001 From: Daniel Campoverde Date: Sun, 29 Oct 2017 15:59:35 -0500 Subject: [PATCH 1/3] Fix typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fbbea49..cc1af03 100644 --- a/README.md +++ b/README.md @@ -118,8 +118,8 @@ replaced with keywords in parameters of the command. ### Blacklist -Blacklist allows to disable he plugin for certain pages by URL patterns. -For instance, when you describe `"*.slack.com"`, the plugin are disabled on any Slack rooms. +Blacklist allows to disable the plugin for certain pages by URL patterns. +For instance, when you describe `"*.slack.com"`, the plugin is disabled on any Slack rooms. In addition, you can also specify path patterns, such as `"example.com/mail/*"`. Disabled plugin can be made re-enabled by Shift+Esc (in default). From 84e5a966ae8277822ab417ee73824753b9a9793e Mon Sep 17 00:00:00 2001 From: Daniel Campoverde Date: Sun, 29 Oct 2017 16:02:01 -0500 Subject: [PATCH 2/3] Fix typo --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cc1af03..fecaad2 100644 --- a/README.md +++ b/README.md @@ -47,13 +47,13 @@ The default mapping are shown in the following. - zi, zo: zoom-in/zoom-out - zz: Set default zoom level - y: copy URL in current tab -- Shift+Esc: enable of disable the add-on in current tab. +- Shift+Esc: enable or disable the add-on in current tab. ### Console commands -Vim-Vixen provides a console likes Vimperator's one. +Vim-Vixen provides a console like the Vimperator's one. The console is opened by : key or keys to open console with initial value -likes o, t, or w keys. +like o, t, or w keys. #### `:open` command From b07d4f847c4c154de2cb6e18003a0516fd1a3570 Mon Sep 17 00:00:00 2001 From: Daniel Campoverde Date: Sun, 29 Oct 2017 16:03:54 -0500 Subject: [PATCH 3/3] Console commands clarification --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fecaad2..7f6a44e 100644 --- a/README.md +++ b/README.md @@ -52,8 +52,9 @@ The default mapping are shown in the following. ### Console commands Vim-Vixen provides a console like the Vimperator's one. -The console is opened by : key or keys to open console with initial value -like o, t, or w keys. + +Open the console with :. Or start it with initial values using +o, t, or w. #### `:open` command