1、下载: http://files.cnblogs.com/files/quejuwen/vimum_extension_1_56.zip

2、开源:https://github.com/philc/vimium

最新版本最大的改变就是可以键盘操作复制粘贴。

1、使用“/text”将选中起点

2、使用“v”命令进入可视模式

3、选择你要的文字

4、使用“y”,复制到系统剪贴板

5、可以任意粘贴了。

官方快捷键参考:

Keyboard Bindings

Modifier keys are specified as <c-x><m-x>, and <a-x> for ctrl+x, meta+x, and alt+x respectively. See the next section for how to customize these bindings.

Once you have Vimium installed, you can see this list of key bindings at any time by typing ?.

Navigating the current page:

?       show the help dialog for a list of all available keys
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
d scroll down half a page
u scroll up half a page
f open a link in the current tab
F open a link in a new tab
r reload
gs view source
i enter insert mode -- all commands will be ignored until you hit Esc to exit
yy copy the current url to the clipboard
yf copy a link url to the clipboard
gf cycle forward to the next frame
gF focus the main/top frame

Navigating to new pages:

o       Open URL, bookmark, or history entry
O Open URL, bookmark, history entry in a new tab
b Open bookmark
B Open bookmark in a new tab

Using find:

/       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

For advanced usage, see regular expressions on the wiki.

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
g0 go to the first tab
g$ go to the last tab
^ visit the previously-visited tab
t create tab
yt duplicate current tab
x close current tab
X restore closed tab (i.e. unwind the 'x' command)
T search through your open tabs
<a-p> pin/unpin current tab

Using marks:

ma, mA  set local mark "a" (global mark "A")
`a, `A jump to local mark "a" (global mark "A")
`` jump back to the position before the previous jump
-- that is, before the previous gg, G, n, N, / or `a

Additional advanced browsing commands:

]], [[  Follow the link labeled 'next' or '>' ('previous' or '<')
- helpful for browsing paginated sites
<a-f> open multiple links in a new tab
gi focus the first (or n-th) text input box on the page
gu go up one level in the URL hierarchy
gU go up to root of the URL hierarchy
ge edit the current URL
gE edit the current URL and open in a new tab
zH scroll all the way left
zL scroll all the way right
v enter visual mode; use p/P to paste-and-go, use y to yank
V enter visual line mode

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 and will also exit insert and find modes.

There are some advanced commands which aren't documented here; refer to the help dialog (type ?) for a full list.

Custom Key Mappings

You may remap or unmap any of the default key bindings in the "Custom key mappings" on the options page.

Enter one of the following key mapping commands per line:

  • map key command: Maps a key to a Vimium command. Overrides Chrome's default behavior (if any).
  • unmap key: Unmaps a key and restores Chrome's default behavior (if any).
  • unmapAll: Unmaps all bindings. This is useful if you want to completely wipe Vimium's defaults and start from scratch with your own setup.

Examples:

  • map <c-d> scrollPageDown maps ctrl+d to scrolling the page down. Chrome's default behavior of bringing up a bookmark dialog is suppressed.
  • map r reload maps the r key to reloading the page.
  • unmap <c-d> removes any mapping for ctrl+d and restores Chrome's default behavior.
  • unmap r removes any mapping for the r key.

Available Vimium commands can be found via the "Show available commands" link near the key mapping box on the options page. The command name appears to the right of the description in parenthesis.

You can add comments to key mappings by starting a line with " or #.

The following special keys are available for mapping:

  • <c-*><a-*><m-*> for ctrl, alt, and meta (command on Mac) respectively with any key. Replace * with the key of choice.
  • <left><right><up><down> for the arrow keys
  • <space> for the space key
  • <f1> through <f12> for the function keys

Shifts are automatically detected so, for example, <c-&> corresponds to ctrl+shift+7 on an English keyboard.

最新文章

  1. gulp批量打包文件并提取公共文件
  2. socket端口重复占用问题
  3. return view详解
  4. UI设计基础百科
  5. Java中的NIO和IO的对比分析
  6. Shell编程练习
  7. win7与centos虚拟机的共享文件夹创建
  8. IIS连接数据库:数据库连接出错,请检查连接字串
  9. error CS1002: ; expected 错误解决
  10. Django 调用报错 &quot; ImportError: Couldn&#39;t import Django. &quot;
  11. Android RecyclerView的item大小保持四个半
  12. [0412]SQL Server 2008 R2 安装 &amp; 设置
  13. Android-available for offline mode
  14. FMDB基本操作
  15. 关于DLNA
  16. vuex在页面中以对象展开运算符形式引入报错解决
  17. css3 3d翻转效果
  18. malloc/free 与 new/delete 比较
  19. [Ubuntu] sogou中文输入法安装
  20. intelij IDEA在启动tomcat时控制台日志乱码

热门文章

  1. 2014年暑假c#学习笔记目录
  2. 基于window7+caffe实现图像艺术风格转换style-transfer
  3. C#创建、安装、卸载、调试Windows Service(Windows 服务)的简单教程
  4. 在你的ASP.NET MVC中使用查找功能
  5. MATLAB中绘制质点轨迹动图并保存成GIF
  6. 利用for循环找出1000以内的质数
  7. 子类继承父类时JVM报出Error:Implicit super constructor People() is undefined for default constructor. Must define an explicit constructor
  8. Struts2入门(六)——国际化
  9. Android种使用Notification实现通知管理以及自定义通知栏(Notification示例四)
  10. [Hadoop in Action] 第6章 编程实践