Chrome Vimium 提速开发技能

英文原版: 
      Navigating the page   

      移动:
          j, <c-e>        Scroll down 
          k, <c-y>        Scroll up   
          gg      Scroll to the top of the page   
          G       Scroll to the bottom of the page    
          d       Scroll a half page down 
          u       Scroll a half page up   
          h       Scroll left 
          l       Scroll right    
          zH      Scroll all the way to the 想·left  
          zL      Scroll all the way to the right 

      跳转: 
          r       Reload the page 
          gu      Go up     the URL hierarchy (等级,层级)
          gU      Go to root    of current URL hierarchy 
          gi      Focus the first text input on the page  

          (F/f模拟鼠标点击,点击页面的frame的下拉菜单,或者点击链接,都是从新的标签页中打开)
          f       Open a link in the current tab   f将焦点定位在新的标签页
          F       Open a link in a new tab      F焦点定位在当前页,新页面后台静默打开


      复制链接: 
          yy      Copy the current URL to the clipboard  (剪贴板)  
          yf      Copy a link URL to the clipboard   
          p       Open the clipboard's URL in the current tab 
          P       Open the clipboard's URL in a new tab   
          (yf + p  == f  )

      模式选择: 
          i       Enter insert mode   
          v       Enter visual mode   
          V       Enter visual line mode  

      切chrome-tab标签:
          <<    将chrome的tab标签向前移动到上一个标签之前
          >>    将tab标签后移一个

          [[      Follow the link labeled previous or <   
          ]]      Follow the link labeled next or >   

      浏览锚点: 
          m       Create a new mark   (m创建一个mark页面的锚点,然后创建锚点的名称)
          `       Go to a mark

          使用技巧: 
            ma      当页标记,只能在当前tab页面跳转,m + 一个小写字母
            mA      全局标记,可以再切换到其他tab的跳转过来,m + 一个大写字母
            `a      跳转到当页标记
            `A      跳转到全局标记
            ``      跳回之前的位置


      选择frame: 
          gf      Select the next frame on the page   
          gF      Select the page's main/top frame         
<a-f>       Open multiple links in a new tab    


    Using the vomnibar  

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

        b       Open a bookmark   (bookmark 收藏夹里的tips)
        B       Open a bookmark in a new tab    
        T       Search through your open tabs  (在已经打开的tab上查找) 

        ge      Edit the current URL    
        gE      Edit the current URL and open in a new tab

    
   Using find   

        /       Enter find mode   (输入要查找的信息 ,然后n/N)
                - n       Cycle forward to the next find match    
                - N       Cycle backward to the previous find match

   Manipulating tabs    
    
        t       Create new tab  
        J, gT       Go one tab left 
        K, gt       Go one tab right    
        ^       Go to previously-visited tab    

        g0      Go to the first tab 
        g$      Go to the last tab  

        yt      Duplicate current tab   (y 复制, t tab标签)
?        <a-p>       Pin or unpin current tab    
?        <a-m>       Mute or unmute current tab

        x       Close current tab   关闭当前tab
        X       Restore closed tab  ( 重新打开刚关闭的tab)

        W       Move tab to new window (将这个tab挪移到独立窗口)

        <<      Move tab to the left    
        >>      Move tab to the righ

    Miscellaneous   
        ?       Show help   
        gs      View page source 

最核心的只有一个命令,when you know you hold it!  

posted @ 2018-03-06 14:49  silvercell  阅读(1313)  评论(0)    收藏  举报