_技巧_Chrome_Vimium插件_纯键盘控制浏览器
Vimium简介
Vim + Chromium = Vimium.
Vim是从vi发展出来的一个文本编辑器。在程序员中被广泛使用。和Emacs并列成为类Unix系统用户最喜欢的编辑器,分别为编辑器之神和神的编辑器.^_^
vim的设计理念是组合,强大的命令组合: Vim强大的编辑能力中很大部分是来自于其普通模式命令。
而 Vimium 则继承了 Vim 中的常用键位,让你在使用 Chrome 的过程中,无论是浏览网页、切换标签或是其它任何操作,全都可以只通过键盘完成
Vimium快捷键
1,基本快捷键列表
| 快捷键 | 描述 | 功能 |
| 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 | 跳转到页面底部 |
| zH | scroll to the way to the left | 一直移动到左部 |
| zL | scroll to the way to the right | 一直移动到右部分 |
| d | scroll a page down | 向下翻页(PageDown) |
| u | scroll a page up | 向上翻页(PageUp) |
| r | Reload the page | 重载该页面(刷新) |
| gs | View page source | 查看页面源码 |
| yy | copy the current URL to clipboard | 拷贝当前页面url |
| yf | copy a link URL to the clipboard | 拷贝页面某个url |
| gu | Go up the URL hierarchy | 跳转到父页面 |
| i | Enter insert mode | 输入模式(命令不起作用,esc恢复) |
| gi | Focus the first text box on the page | 焦点集中到第一个输入框,或ni 到第n个 |
| f | open a link in the current tab | 在当前页面打开一个新链接 |
| F | open a link in a new tab | 在一个新的页面打开一个链接 |
| b | open a bookmark in the current tab | 打开书签 |
| af | open multiple links in a new tab | 在当前页面打开多个链接 |
| B | open a bookmark in a new tab | 在一个新的标签打开一个书签 |
| [[ | ||
| ]] | ||
| gf | ||
| / | 查找 | |
| n | 向下匹配 | |
| N | 向上匹配 | |
|
H |
回退上一个历史(后退) | |
| L | 回到下一个历史(前进) | |
| T | 查看当前所有Tab并跳转 | |
| K,gt | 右边标签 | |
| J,gT | 左边标签 | |
| t | 创建一个新标签 | |
| x | 关闭当前标签 | |
| X | 恢复刚刚关闭标签 | |
| ? | 显示帮助 | |
| f/F | 新标签打开链接 |
从〇开始,回到〇
posted on 2017-06-23 19:10 ZhangDezhi 阅读(284) 评论(0) 收藏 举报
浙公网安备 33010602011771号