Vimium shortcuts

vimium是chrome上面一个通过vim快捷键可以进行浏览操作的插件,按住?就可以看到帮助了。

这里是它的github地址

快捷键名称 含义 翻译
j, Scroll down 网页向下滚动
k, Scroll up 网页向上滚动
h Scroll left 网页向左滚动
l Scroll right 网页向右滚动
gg Scroll to the top of the page 滚动到页面顶部
G Scroll to the bottom of the page 滚动到页面底部
r Reload the page 重新载入页面
gs View page source 查看网页源代码
gi focus the first (or n-th) text input box on the page 光标焦点聚焦到页面上第一个输入框
gu go up one level in the URL hierarchy 跳转到URL的上一级目录
gU go up to root of the URL hierarchy 跳转到URL的根目录
yy Copy the current URL to the clipboard 复制当前的URL到剪贴板
yf Copy a link URL to the clipboard 复制一个URL到剪贴板
p Open the clipboard's URL in the current tab 在当前标签页打开剪贴板中的URL
P Open the clipboard's URL in a new tab 在新标签页打开剪贴板中的URL
i Enter insert mode 进入插入模式
v Enter visual mode (beta feature) 进入可视化模式
V Enter visual line mode (beta feature) 进入可视化行模式
f Open a link in the current tab 在现在的标签页打开一个链接
F Open a link in a new tab 在新标签页打开链接
o Open URL, bookmark, or history entry 在现在标签页打开URL,书签,历史记录
O Open URL, bookmark, history entry, in a new tab 在新的标签页打开URL,书签,历史记录
T Search through your open tabs 在打开的标签页中搜索
b Open a bookmark 在当前标签页打开一个书签
B Open a bookmark in a new tab 在新的标签页中打开一个书签
gf Cycle forward to the next frame on the page 循环的切换到页面下一个frame
gF Select the tab's main/top frame 选择这个标签页的主tab
/ Enter find mode 进入搜索模式
n Cycle forward to the next find match 循环的向下寻找匹配的元素
N Cycle backward to the previous find match 循环的向上寻找匹配的元素
H Go back in history 后退
L Go forward in history 前进
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 创建新的标签页
yt Duplicate current tab 复制现在的标签页
x Close current tab 关闭现在的标签页
X Restore closed tab 恢复关闭的标签页
Pin/unpin current tab 锁定/不锁定当前页面

如果不满意也可以自定义快捷键

你可能感兴趣的:(Vimium shortcuts)