diff options
author | Daniel Campoverde <alx@sillybytes.net> | 2017-10-29 16:02:01 -0500 |
---|---|---|
committer | Daniel Campoverde <alx@sillybytes.net> | 2017-10-29 16:02:01 -0500 |
commit | 84e5a966ae8277822ab417ee73824753b9a9793e (patch) | |
tree | 5b6b0f51eee94596be4b1901362465109a6357cd | |
parent | 860eb63942b49f3edeaee81adacc6ffc1916a888 (diff) |
Fix typo
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -47,13 +47,13 @@ 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. +Vim-Vixen provides a console like the 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. +like <kbd>o</kbd>, <kbd>t</kbd>, or <kbd>w</kbd> keys. #### `:open` command |