vigating the page
j, <c-e>: Scroll down
k, <c-y>: Scroll up
h:the Scroll left
l: Scroll right
gg: Scroll to the top of the page
G:Scroll Scroll to the bottom of the page
zH: Scroll all the way to the left
zL: Scroll all the way to the right
d: Scroll a page down
u: Scroll a page up
r: Reload the page
gs: View page sourceyy: Copy the current URL to the clipboard
yf: Copy a link URL to the clipboard
post: Open the clipboard's URL in the current tabP: Open the clipboard's URL in a new tab
gu: Go up the URL hierarchy
i: Enter insert mode
gi: Focus the first (or n-th) text box on the page
f: Open a link in the current tab
F: Open a link in a new tab
<a-f>: Open multiple links in a new tab
o: Open URL, bookmark, or history entry
O: Open URL, bookmark, history entry, in a new tab
T: Search through your orpen tabs
b: Open a bookmark
B: Open a bookmark in a new tab
[[: Follow the link labeled previous or <
]]: Follow the link labeled next or >
gf: Cycle forward to the next frame on the page
查找:
12345678910111213141516
/: Enter find mode
n: Cycle forward to the next find match
N: Cycle backward to the previous find match
Navigating historyH: Go back in historyL: Go forward in historyManipulating tabs
K, gt: Go one tab right
J, gT: Go one tab left
g0: Go to the first tab
g$: Go to the last tab
t: Create new tab
x: Close current tab
X: Restore closed tab
Miscellaneous
?: Show help
觉得比较有用的几个快捷键:
滚到网页底部和顶部: 和vim一样 G,gg
向下(上)移一页: d/u (vim 得加 ctrl键)
拷贝当前地址栏url: yy, chrome对应的快捷键是command + alt + c(- 但是最新的chrome不知道为什么和develop工具的快捷键冲突了)