zoukankan      html  css  js  c++  java
  • the config of vichrome


    alias ext TabOpenNew chrome://extensions/
    alias option TabOpenNew chrome://settings/browser
    alias downloads TabOpenNew chrome://downloads
    alias history TabOpenNew chrome://history


    # mappings for opening your favorite web page
    #nmap <Space>tw :TabOpenNew http://www.twitter.com
    #nmap <Space>gr :TabOpenNew http://www.google.com/reader
    #nmap <Space>m :TabOpenNew https://mail.google.com/mail/#inbox
    nmap ,db :TabOpenNew http://www.douban.com
    nmap ,fm :TabOpenNew http://douban.fm
    nmap ,dn :TabOpenNew http://blog.csdn.net/tryfinally
    nmap ,cn :TabOpenNew http://www.cnblogs.com/vimmer/admin/EditPosts.aspx
    nmap ,xm :TabOpenNew http://www.xiami.com/
    nmap ,wk :TabOpenNew http://en.wikipedia.org/wiki/Main_Page
    #stopwatch
    nmap ,sw :TabOpenNew http://www.rubik.com.cn/stopwatch.htm
    #youdao note
    nmap ,yd :TabOpenNew http://note.youdao.com/
    #google search
    nmap ,go :TabOpenNew http://209.116.186.246/
    #ubuntu
    nmap ,ub :TabOpenNew http://forum.ubuntu.org.cn
    #youdao cidian
    nmap ,di :TabOpenNew http://dict.youdao.com/?keyfrom=cidian
    #nantian project manage
    nmap ,mg :TabOpenNew http://183.62.240.234:9104/zentao/webapp/


    # F for continuous f-Mode
    # this is recomended setting but commented out by default.
    # if you want to use this setting, use the following


    nmap F :GoFMode --newtab --continuous
    nmap d :GoFMode --newtab


    nmap j : PageHalfDown
    nmap k :PageHalfUp
    nmap H :BackHist
    nmap L :ForwardHist
    nmap h :TabFocusPrev
    nmap l :TabFocusNext


    # if you want to change the key used to escape EmergencyMode mode,
    # use emap like the following
    #emap <ESC> :Escape


    ## pagecmd offers you page specific key mapping.
    # in this example you can use <C-l>, <C-h> for moving between tabs
    # on all web pages regardless of your ignored list setting
    # because pagecmd has higher priority than ignored URLs.
    #pagecmd * nmap <C-l> :TabFocusNext
    #pagecmd * nmap <C-h> :TabFocusPrev


    # almost all Vichrome functions don't work properly for pdf contents
    # so it's useful to enable default key bindings for pdf file.
    pagecmd *.pdf nmap <C-f> <NOP>


    # if you want to use twitter web's key binding, write settings like below
    #pagecmd http*://twitter.com/* nmap f <NOP>
    #pagecmd http*://twitter.com/* nmap r <NOP>

    #------------------------------------------------------------------------------------------------------

  • 相关阅读:
    JDBC 详解
    Class.forName() 详解
    23种设计模式
    MVC 模式
    Ant 打包 问题
    Jedis操作Redis--SortedSet类型 (会自然排序)
    在JSP中常见问题,防止SpringMVC拦截器拦截js等静态资源文件的解决方案
    在idea中使用@Test注解报错的解决方案
    判断返回的对象是否为空
    使用标准的日期格式化过程
  • 原文地址:https://www.cnblogs.com/vimmer/p/2383157.html
Copyright © 2011-2022 走看看