vimperator confugration files

:highlight Hint color:#000;background:rgb(250,230,150);border-radius:4px;width:20px;height:16px;font-size:14px;font-weight:bolder;border:2px solid rgb(250,200,50);box-shadow:2px 2px 5px rgb(80,80,80);text-align:center;
:highlight HintElem color:#00f;
:highlight CmdLine color:#000;font-weight:bolder;
:set hintchars=asdfghjkl
:set maxitems=5
make a colortest.vimp file in c:/user/../vimperator/color
then call in firefox use following commond
:colorscheme colortest
this can change the 'f' function in another color style and change hintchars from 123.. to asfd..

:noremap j 3j
this can change has been already mapped shortcut keyboard in other way use map to maping

:map q gT
:map w gt
set the 'q''w' map to change the tab in firefox

:mkvimperatorcc
store the setting in files in another words when you run firefox next time the setting you take will automatic loading

:set toolbars=none
this command can display all the toolbars such as navigator, menu, tabs and so on

Esc key: escape from any mode. If you find out keys not working, you may in some mode such as search, Insert or other modes; Press Esc to escape;
[num]gt or C-n: go to next or nth (if num is provided) tab;
gT or C-p: go to the previous tab;
g0 or g^: go to the first tab;
g$: go to the last tab;
gf or :view view the source in the current tab;
gh or gH: go to home page or new tab with home page;
gu or gU: go up parent link or root;
gi: focus the last used input field;
gb or gB Repeat last :buffer! command or reversely. Convenient to switch back to previous visited tab.
:buffers or b or B Show a list of current buffers(tabs). B lists more detailed information such as % for current tab # for previous tab.
S-h or C-o: go to the previous history link;
S-l or C-i: go to the next history link;
f or F: hint mode to display links by number. F for open link in a new tab;
;{keys}: hint mode by command keys:
a or s: save a link (prompt dialog or no dialog);
o or t: open a link in current tab or new tab;
O or T: open a link in current tab or new tab with its command in the command area(bottom);
v: view source code in the current tab;
y: yank the link;
Y: yank the link’s text;
o or t: open a link in the current or new tab. You can type in a link in the command area then press enter key;
O or T: similar as above with the current link displayed;
y: yank the current link;
a or A: add or added the current link to bookmark;
[num]h,j,k, or l: move left, down, up or right by number if num is provided or by one as default;
gg: move to top;
G: move to button;
C-d, C-u, C-b or C-f: scroll down or up with half or full page;
z{keys}: zooming
i: zoom in;
o: zoom out;
z: back to 100%;
:sav[eas]>: save the current link to disk;
/: start search in Vimperator command area;
n or N: search forward or backward;
:st[op] or C-c: stop current loading;
r or R: fore to reload the current page(R for skipping the cache);
d or :quita[ll]: close the current tab or all tabs;
u or :undoa[ll]: undo closing one or all tabs;
:restart: restart Firefox;
:ZQ: quit and don’t save current session;
:ZZ: quit and save the current session;
:ver: displaying versions of Vimperator and Fixfox;
:addon displaying firefox’s addon;
:sbar open sidebar window with optional selection: Bookmarks, History, Add-ons, Downloads, Preferences…
:sbclose close sidebar window
:saveas save current document to disk with prompt where to save.
:addons open all the add-ons and themes in the current tab.
: xall Save the session and quit

vimperator setting records的更多相关文章

  1. P6 EPPM Manual Installation Guide (Oracle Database)

    P6 EPPM Manual Installation Guide (Oracle Database) P6 EPPM Manual Installation Guide (Oracle Databa ...

  2. P6 EPPM Installation and Configuration Guide 16 R1 April 2016

    P6 EPPM Installation and Configuration Guide 16 R1         April 2016 Contents About Installing and ...

  3. P6 Professional Installation and Configuration Guide (Microsoft SQL Server Database) 16 R1

    P6 Professional Installation and Configuration Guide (Microsoft SQL Server Database) 16 R1       May ...

  4. phalcon: 查找记录(Finding Records)可用的查询设置如下:

    可用的查询设置如下: 参数 描述 举例 conditions Search conditions for the find operation. Is used to extract only tho ...

  5. records.config文件参数解释

    # Process Records Config File # # <RECORD-TYPE> <NAME> <TYPE> <VALUE (till end ...

  6. records.config文件配置模板

    # # # Process Records Config File # # <RECORD-TYPE> <NAME> <TYPE> <VALUE (till ...

  7. vimperator

    racedu http://www.cnblogs.com/rocedu/p/6673380.html 首先这篇答案是用All-in-One Sidebar打开侧栏照打的...以下addons是经过自 ...

  8. records.config中文详解

    转载:http://www.safecdn.cn/cdn/2018/12/records-config-zh/106.html records.config参数的一些备注 CONFIG proxy.c ...

  9. Building Applications with Force.com and VisualForce(Dev401)( 八):Designing Applications for Multiple Users: Controling Access to Records.

    Module Objectives1.List feature that affect access to data at the record level.2.List the organizati ...

随机推荐

  1. 《Linux内核设计与实现》课本第三章自学笔记——20135203齐岳

    <Linux内核设计与实现>课本第三章自学笔记 进程管理 By20135203齐岳 进程 进程:处于执行期的程序.包括代码段和打开的文件.挂起的信号.内核内部数据.处理器状态一个或多个具有 ...

  2. spring与mybatis三种整合方法

    spring与mybatis三种整合方法 本文主要介绍Spring与Mybatis三种常用整合方法,需要的整合架包是mybatis-spring.jar,可通过链接 http://code.googl ...

  3. JAVA求集合中的组合

    好几个月没弄代码了,今天弄个求组合的DEMO 思路是将集合的每个值对照一个索引,索引大小是集合的大小+2.索引默认为[000...000],当组合后选取的组合值demo为[0100..00].然后根据 ...

  4. Linux小知识积累

    1.Linux图形界面和字符命令行界面的切换 从图形界面切换到字符界面,使用快捷键 Ctrl+Alt+F1 从字符界面切换到图形界面,使用快捷键 Ctrl+Alt+F7 2.解压文件 tar -xzv ...

  5. 当 jquery.unobtrusive-ajax.js 遇上Web API

    最近在熟悉Abp框架,其基于DDD领域驱动设计...前段可以绕过mvc直接调用根据app层动态生成的webapi,有点神奇~,Web API之前有简单接触过,WCF的轻量级版,一般用于做一写开发性的服 ...

  6. Phonegap中自定义插件的使用

    在phonegap中需要实现特定相关的功能,可能需要自定义扩展一下功能,那么扩展phonegap组件就成为了可能. 源代码结构图: 本文目的在于讲述怎么扩展一个phonegap组件以及实现. 针对ph ...

  7. C#中MySQL数据库的备份 还原 初始化

    直接在cmd执行如下代码: mysqldump -h localhost -uroot -p123 --default-character-set=utf8 --opt --disable-keys ...

  8. LeetCode 7 Reverse Integer int:2147483647-2147483648 难度:2

    https://leetcode.com/problems/reverse-integer/ class Solution { public: int inf = ~0u >> 1; in ...

  9. 使用AjaxPro实现无刷新更新数据

    需求 在一个页面动态无刷新的更新后台得到的数据.要想无刷新的更新数据,需要使用Javascript能够获取后台返回的数据,然后通过第三方Javascript库(JQuery等)动态更新web页面DOM ...

  10. UIApplication详解

    每个app有且只有一个UIApplication对象,当程序启动的时候通过调用UIApplicationMain方法得到的.可以通过sharedApplication方法得到. UIApplicati ...