google 瀏覽器 chrome extensions–vimium

使用linux的人一定會喜歡這個extension,有了這個工具,操作chrome 時就可使用vi 的指令來看網頁。 

[@more@]
安裝網址:https://chrome.google.com/extensions/detail/dbepggeogbaibhgnhhndojpepiihcmeb 

操作鍵:

Navigating the current page:
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
<c-d>, <c-e>   scroll down a page
<c-u>, <c-y>   scroll up a page
<c-f>   scroll down a full page
<c-b>   scroll up a full page
f       activate link hints mode to open in current tab
F       activate link hints mode to open in new tab
r       reload
gf      view source
zi      zoom in
zo      zoom out
/       enter find mode -- type your search query and hit enter to search or esc to cancel
n       cycle forward to the next find match
N       cycle backward to the previous find match
i       enter insert mode -- all commands will be ignored until you hit esc to exit
y       copy the current url to the clipboard
Navigating your history:
H       go back in history
L       go forward in history
Manipulating tabs:
J, gT      go one tab left
K, gt      go one tab right
t          create tab
d          close current tab
u          restore closed tab (i.e. unwind the 'd' command)
Vimium supports command repetition so, for example, hitting '5t' will open 5 tabs in rapid succession. ESC (or <c-[>) will clear any partial commands in the queue.