zoukankan      html  css  js  c++  java
  • Vimium~让您的Chrome起飞

    工欲善其事,必先利其器!撸起Vimium,我的Chrome就这么起飞了。

    学起(了解几个快捷键即可)And撸起Vimium,想黑客一般在Chrome上飞起。
    Vimium常用快捷键(注:区分大小写)
    j, : 向下移动 Scroll down
    k, : 向上移动Scroll upi
    h : 左移 Scroll left
    l : 右移 Scroll right

    H:回到上一个历史页面
    L:回到下一个历史页面
    J:跳到左边标签页
    K:跳到右边标签页
    t:创建新的标签页(ctrl+t)

    d : 向下移动一个页面 Scroll a page down
    u : 向上移动一个页面 Scroll a page up

    gg : 移到页面顶部 Scroll to the top of the page
    G : 移到页面底部 Scroll to the bottom of the page

    x:关闭当前标签页
    X:恢复关闭的标签页

    r : 刷新 Reload the page
    gs : 查看网页源码 View page source
    yy : copy当前页面url Copy the current URL to the clipboard
    yf : 拷贝当前页面的连接到剪切板 Copy a link URL to the clipboard
    yt : 创建当前页面的一个副本(copy当前路径在新Tab中打开)-Duplicate current tab
    YT : 罗列出当前所有Tab页(并提供索引),可任你选择性跳转,帅;

    p : 在当前标签页中打开剪切板中的链接 Open the clipboard’s URL in the current tab
    P : 在新的标签页中打开剪切板中的链接Open the clipboard’s URL in a new tab

    gu : Go up the URL hierarchy(例如,URL为http://blog.net/article/8021689 ,按下gu后,转到http://blog.net/article/,回到该网站该访问者主页)

    gU : Go to root of current URL hierarchy (类似gu,回到根URL页 http://blog.net)


    f : 在当前标签页中打开链接 Open a link in the current tab
    F : 在新标签页中打开链接 Open a link in a new tab

    YES: (几乎)所有的操作都是通过键盘的快捷键来操作。如果想点击页面上的某个连接时,在命令模式下,按 f 键之后就会对页面上所有可点击的连接或按钮进行编码,然后再输入相应的编码完成点击或者复制连接操作,包含常见的a标签,button标签,input标签中type=button/submit/reset,不过有些也无法识别(flash); 见证如下图:。

    o : 在当前页面中打开URL,书签和历史记录 Open URL, bookmark, or history entry
    O : 在新标签页中打开URL,书签和历史记录Open URL, bookmark, history entry, in a new tab
    T : 搜索打开的标签页 Search through your open tabs

    b : 打开书签 Open a bookmark
    B : 在新标签中打开书签 Open a bookmark in a new tab
    在命令行模式,按下b(B),可以对标签进行检索,检索结果通过tab键进行选择,回车即可打开标签。

    /:查找(ctrl+f)
    i : 进入输入模式 Enter insert mode

    esc:退出


    还有些还不怎么常用的,比如:
    zH : Scroll all the way to the left
    zL : Scroll all the way to the right
    m : Create a new mark

    最后,任何时候你需要帮助的时候可以按?(shilft+/)来调出帮助菜单,同时显示了所有快捷键的说明,again(shilft+/)即可Close之,如下图:

    切记(to myself):熟能生巧,至巧了,即可夺天之工

    来源地址:http://www.jianshu.com/p/f2c3c5421b53

  • 相关阅读:
    uva 147 Dollars
    hdu 2069 Coin Change(完全背包)
    hdu 1708 Fibonacci String
    hdu 1568 Fibonacci
    hdu 1316 How Many Fibs?
    poj 1958 Strange Towers of Hanoi
    poj 3601Tower of Hanoi
    poj 3572 Hanoi Tower
    poj 1920 Towers of Hanoi
    筛选法——素数打表
  • 原文地址:https://www.cnblogs.com/yhdsir/p/5426601.html
Copyright © 2011-2022 走看看