From 6ede8a8c058130740a50fdbc4a66321b942848a5 Mon Sep 17 00:00:00 2001 From: Shin'ya Ueoka Date: Sat, 21 Oct 2017 07:22:02 +0900 Subject: [PATCH] use kbd tags in README --- README.md | 52 ++++++++++++++++++++++++++-------------------------- 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/README.md b/README.md index f742d42..066a706 100644 --- a/README.md +++ b/README.md @@ -14,45 +14,45 @@ The default mapping are shown in the following. #### Console -- `:`: open console -- `o`,`t`,`w`: open a page in current tab, new tab, or new window -- `O`,`T`,`W`: similar to `o`,`t`,`w`, but that contains current URL -- `b`: Select tabs by URL or title +- :: open console +- o, t, w: open a page in current tab, new tab, or new window +- O, T, W: similar to o, t, w, but that contains current URL +- b: Select tabs by URL or title #### Scrolling -- `j`,`k`: scroll vertically -- `h`,`l`: scroll horizontally -- ``,``: scroll pages by half of screen -- ``,``: scroll pages by a screen -- `0`,`$`: scroll a page to leftmost/rightmost -- `gg`,`G`: scroll to top/bottom +- j, k: scroll vertically +- h, l: scroll horizontally +- Ctrl+U, Ctrl+D: scroll pages by half of screen +- Ctrl+B, Ctrl+F: scroll pages by a screen +- 0, $: scroll a page to leftmost/rightmost +- gg, G: scroll to top/bottom #### Tabs -- `d`: delete current tab -- `u`: reopen close tab -- `K`/`J`: select prev/next tab -- `r`: reload current tab -- `R`: reload current tab without cache +- d: delete current tab +- u: reopen close tab +- K, J: select prev or next tab +- r: reload current tab +- R: reload current tab without cache ### Navigation -- `f`: start following links in the page -- `H`: go back in histories -- `L`: go forward in histories -- `[[`,`]]`: find prev/next links and open it -- `gu`: go to parent directory -- `gU`: go to root directory +- f: start following links in the page +- H: go back in histories +- L: go forward in histories +- [[, ]]: find prev or next links and open it +- gu: go to parent directory +- gU: go to root directory #### Misc -- `zi`,`zo`: zoom-in/zoom-out -- `zz`: Set default zoom level -- `y`: copy URL in current tab +- zi, zo: zoom-in/zoom-out +- zz: Set default zoom level +- y: copy URL 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. +The console is opened by : key or keys to open console with initial value +likes o, t, or w keys. #### `:open` command