aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShin'ya Ueoka <ueokande@i-beam.org>2017-10-29 22:05:36 +0000
committerGitHub <noreply@github.com>2017-10-29 22:05:36 +0000
commitaeebdcd3ef10bc3a15b6bc000189e0b5774be0e9 (patch)
tree931477a85a88fc767d6e71f2bc4cd58b221ea9ec
parent43dfa066c7841f7cb899c80c1dca44fe763bf17d (diff)
parentb07d4f847c4c154de2cb6e18003a0516fd1a3570 (diff)
Merge pull request #112 from alx741/readme
Readme typos
-rw-r--r--README.md13
1 files changed, 7 insertions, 6 deletions
diff --git a/README.md b/README.md
index fbbea49..7f6a44e 100644
--- a/README.md
+++ b/README.md
@@ -47,13 +47,14 @@ The default mapping are shown in the following.
- <kbd>z</kbd><kbd>i</kbd>, <kbd>z</kbd><kbd>o</kbd>: zoom-in/zoom-out
- <kbd>z</kbd><kbd>z</kbd>: Set default zoom level
- <kbd>y</kbd>: copy URL in current tab
-- <kbd>Shift</kbd>+<kbd>Esc</kbd>: enable of disable the add-on in current tab.
+- <kbd>Shift</kbd>+<kbd>Esc</kbd>: enable or disable the add-on in current tab.
### Console commands
-Vim-Vixen provides a console likes Vimperator's one.
-The console is opened by <kbd>:</kbd> key or keys to open console with initial value
-likes <kbd>o</kbd>, <kbd>t</kbd>, or <kbd>w</kbd> keys.
+Vim-Vixen provides a console like the Vimperator's one.
+
+Open the console with <kbd>:</kbd>. Or start it with initial values using
+<kbd>o</kbd>, <kbd>t</kbd>, or <kbd>w</kbd>.
#### `:open` command
@@ -118,8 +119,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).