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. - 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. -The console is opened by : key or keys to open console with initial value -likes o, t, or w keys. +Vim-Vixen provides a console like the Vimperator's one. + +Open the console with :. Or start it with initial values using +o, t, or w. #### `: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).