|
|
@ -14,45 +14,45 @@ The default mapping are shown in the following. |
|
|
|
|
|
|
|
|
|
|
|
#### Console |
|
|
|
#### Console |
|
|
|
|
|
|
|
|
|
|
|
- `:`: open console |
|
|
|
- <kbd>:</kbd>: open console |
|
|
|
- `o`,`t`,`w`: open a page in current tab, new tab, or new window |
|
|
|
- <kbd>o</kbd>, <kbd>t</kbd>, <kbd>w</kbd>: open a page in current tab, new tab, or new window |
|
|
|
- `O`,`T`,`W`: similar to `o`,`t`,`w`, but that contains current URL |
|
|
|
- <kbd>O</kbd>, <kbd>T</kbd>, <kbd>W</kbd>: similar to <kbd>o</kbd>, <kbd>t</kbd>, <kbd>w</kbd>, but that contains current URL |
|
|
|
- `b`: Select tabs by URL or title |
|
|
|
- <kbd>b</kbd>: Select tabs by URL or title |
|
|
|
|
|
|
|
|
|
|
|
#### Scrolling |
|
|
|
#### Scrolling |
|
|
|
|
|
|
|
|
|
|
|
- `j`,`k`: scroll vertically |
|
|
|
- <kbd>j</kbd>, <kbd>k</kbd>: scroll vertically |
|
|
|
- `h`,`l`: scroll horizontally |
|
|
|
- <kbd>h</kbd>, <kbd>l</kbd>: scroll horizontally |
|
|
|
- `<C-U>`,`<C-D>`: scroll pages by half of screen |
|
|
|
- <kbd>Ctrl</kbd>+<kbd>U</kbd>, <kbd>Ctrl</kbd>+<kbd>D</kbd>: scroll pages by half of screen |
|
|
|
- `<C-B>`,`<C-F>`: scroll pages by a screen |
|
|
|
- <kbd>Ctrl</kbd>+<kbd>B</kbd>, <kbd>Ctrl</kbd>+<kbd>F</kbd>: scroll pages by a screen |
|
|
|
- `0`,`$`: scroll a page to leftmost/rightmost |
|
|
|
- <kbd>0</kbd>, <kbd>$</kbd>: scroll a page to leftmost/rightmost |
|
|
|
- `gg`,`G`: scroll to top/bottom |
|
|
|
- <kbd>g</kbd><kbd>g</kbd>, <kbd>G</kbd>: scroll to top/bottom |
|
|
|
|
|
|
|
|
|
|
|
#### Tabs |
|
|
|
#### Tabs |
|
|
|
- `d`: delete current tab |
|
|
|
- <kbd>d</kbd>: delete current tab |
|
|
|
- `u`: reopen close tab |
|
|
|
- <kbd>u</kbd>: reopen close tab |
|
|
|
- `K`/`J`: select prev/next tab |
|
|
|
- <kbd>K</kbd>, <kbd>J</kbd>: select prev or next tab |
|
|
|
- `r`: reload current tab |
|
|
|
- <kbd>r</kbd>: reload current tab |
|
|
|
- `R`: reload current tab without cache |
|
|
|
- <kbd>R</kbd>: reload current tab without cache |
|
|
|
|
|
|
|
|
|
|
|
### Navigation |
|
|
|
### Navigation |
|
|
|
- `f`: start following links in the page |
|
|
|
- <kbd>f</kbd>: start following links in the page |
|
|
|
- `H`: go back in histories |
|
|
|
- <kbd>H</kbd>: go back in histories |
|
|
|
- `L`: go forward in histories |
|
|
|
- <kbd>L</kbd>: go forward in histories |
|
|
|
- `[[`,`]]`: find prev/next links and open it |
|
|
|
- <kbd>[</kbd><kbd>[</kbd>, <kbd>]</kbd><kbd>]</kbd>: find prev or next links and open it |
|
|
|
- `gu`: go to parent directory |
|
|
|
- <kbd>g</kbd><kbd>u</kbd>: go to parent directory |
|
|
|
- `gU`: go to root directory |
|
|
|
- <kbd>g</kbd><kbd>U</kbd>: go to root directory |
|
|
|
|
|
|
|
|
|
|
|
#### Misc |
|
|
|
#### Misc |
|
|
|
- `zi`,`zo`: zoom-in/zoom-out |
|
|
|
- <kbd>z</kbd><kbd>i</kbd>, <kbd>z</kbd><kbd>o</kbd>: zoom-in/zoom-out |
|
|
|
- `zz`: Set default zoom level |
|
|
|
- <kbd>z</kbd><kbd>z</kbd>: Set default zoom level |
|
|
|
- `y`: copy URL in current tab |
|
|
|
- <kbd>y</kbd>: copy URL in current tab |
|
|
|
|
|
|
|
|
|
|
|
### Console commands |
|
|
|
### Console commands |
|
|
|
|
|
|
|
|
|
|
|
Vim-Vixen provides a console likes Vimperator's one. |
|
|
|
Vim-Vixen provides a console likes Vimperator's one. |
|
|
|
The console is opened by `:` key or keys to open console with initial value |
|
|
|
The console is opened by <kbd>:</kbd> key or keys to open console with initial value |
|
|
|
likes `o`, `t`, or `w` keys. |
|
|
|
likes <kbd>o</kbd>, <kbd>t</kbd>, or <kbd>w</kbd> keys. |
|
|
|
|
|
|
|
|
|
|
|
#### `:open` command |
|
|
|
#### `:open` command |
|
|
|
|
|
|
|
|
|
|
|