diff options
author | nixon <nixon@shun.org> | 2019-04-23 08:02:45 -0500 |
---|---|---|
committer | nixon <nixon@shun.org> | 2019-04-23 08:02:45 -0500 |
commit | 822a84c6ce22085f4e95b330817d996ea4fcfb48 (patch) | |
tree | 83678a4f2f41ebd67b484ff76cca393868ba1b6b | |
parent | c8e8b3db8ec592f43dcc3fa7920dabc26ce409b9 (diff) |
fix typos in README.md
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -92,8 +92,8 @@ change `"background"` property of `"follow.start"` action to true: #### Misc - <kbd>y</kbd>: copy URL in current tab -- <kbd>p</kbd>: open clipbord's URL in current tab -- <kbd>P</kbd>: open clipbord's URL in new tab +- <kbd>p</kbd>: open clipboard's URL in current tab +- <kbd>P</kbd>: open clipboard's URL in new tab - <kbd>Shift</kbd>+<kbd>Esc</kbd>: enable or disable the add-on in current tab. - <kbd>/</kbd>: start to find a keyword in the page - <kbd>n</kbd>: find next keyword in the page @@ -179,7 +179,7 @@ Create a bookmark from the current URL. :addbookmark My bookmark title ``` -The key map <kbd>a</kbd> is a contenient way to create a bookmark from the +The key map <kbd>a</kbd> is a convenient way to create a bookmark from the current page. That shows `:addbookmark` with a title from the current page into console. |