今天终于找到了这款心仪的插件 Vimium. 之前一直非常郁闷, chrome 打开书签都不能在新标签页中打开. 这款插件常用的快捷键:
j : Scroll down (scrollDown)
k : Scroll up (scrollUp)
h : Scroll left (scrollLeft)
l : Scroll right (scrollRight)
gg : Scroll to the top of the page (scrollToTop)
G : Scroll to the bottom of the page (scrollToBottom)
zH : Scroll all the way to the left (scrollToLeft)
zL : Scroll all the way to the right (scrollToRight)
d : Scroll a page down (scrollPageDown)
u : Scroll a page up (scrollPageUp)
r : Reload the page (reload)
gs : View page source (toggleViewSource)
yy : Copy the current URL to the clipboard (copyCurrentUrl)
yf : Copy a link URL to the clipboard (LinkHints.activateModeToCopyLinkUrl)
p : Open the clipboard's URL in the current tab (openCopiedUrlInCurrentTab)
P : Open the clipboard's URL in a new tab (openCopiedUrlInNewTab)
gu : Go up the URL hierarchy (goUp)
gU : Go to root of current URL hierarchy (goToRoot)
i : Enter insert mode (enterInsertMode)
v : Enter visual mode (beta feature) (enterVisualMode)
V : Enter visual line mode (beta feature) (enterVisualLineMode)
gi : Focus the first text box on the page. Cycle between them using tab (focusInput)
f : Open a link in the current tab (LinkHints.activateMode)
F : Open a link in a new tab (LinkHints.activateModeToOpenInNewTab)
O : Open URL, bookmark, or history entry (Vomnibar.activate)
o : Open URL, bookmark, history entry, in a new tab (Vomnibar.activateInNewTab)
T : Search through your open tabs (Vomnibar.activateTabSelection)
B : Open a bookmark (Vomnibar.activateBookmarks)
b : Open a bookmark in a new tab (Vomnibar.activateBookmarksInNewTab)
[[ : Follow the link labeled previous or < (goPrevious)
]] : Follow the link labeled next or > (goNext)
gf : Cycle forward to the next frame on the page (nextFrame)
gF : Select the tab's main/top frame (mainFrame)
m : Create a new mark (Marks.activateCreateMode)
ge : Edit the current URL (Vomnibar.activateEditUrl)
gE : Edit the current URL and open in a new tab (Vomnibar.activateEditUrlInNewTab)
` : Go to a mark (Marks.activateGotoMode)
/ : Enter find mode (enterFindMode)
n : Cycle forward to the next find match (performFind)
N : Cycle backward to the previous find match (performBackwardsFind)
H : Go back in history (goBack)
L : Go forward in history (goForward)
K : Go one tab right (nextTab)
J : Go one tab left (previousTab)
g0 : Go to the first tab (firstTab)
g$ : Go to the last tab (lastTab)
t : Create new tab (createTab)
yt : Duplicate current tab (duplicateTab)
x : Close current tab (removeTab)
X : Restore closed tab (restoreTab)
W : Move tab to new window (moveTabToNewWindow)
<< : Move tab to the left (moveTabLeft)
>> : Move tab to the right (moveTabRight)
? : Show help (showHelp)