简介
Vimium 是一款浏览器扩展程序,它以 Vim 编辑器的精神,提供基于键盘的网页导航和控制功能。
wiki:https://github.com/philc/vimium/wiki
安装
快捷键
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
? show the help dialog for a list of all available keys
h scroll left
j scroll down
k scroll up
l scroll right
gg scroll to top of the page
G scroll to bottom of the page
d scroll down half a page
u scroll up half a page
f open a link in the current tab
F open a link in a new tab
r reload
gs view source
i enter insert mode -- all commands will be ignored until you hit Esc to exit
yy copy the current url to the clipboard
yf copy a link url to the clipboard
gf cycle forward to the next frame
gF focus the main/top frame
|