vimperator setting records
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的更多相关文章
- P6 EPPM Manual Installation Guide (Oracle Database)
P6 EPPM Manual Installation Guide (Oracle Database) P6 EPPM Manual Installation Guide (Oracle Databa ...
- P6 EPPM Installation and Configuration Guide 16 R1 April 2016
P6 EPPM Installation and Configuration Guide 16 R1 April 2016 Contents About Installing and ...
- 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 ...
- phalcon: 查找记录(Finding Records)可用的查询设置如下:
可用的查询设置如下: 参数 描述 举例 conditions Search conditions for the find operation. Is used to extract only tho ...
- records.config文件参数解释
# Process Records Config File # # <RECORD-TYPE> <NAME> <TYPE> <VALUE (till end ...
- records.config文件配置模板
# # # Process Records Config File # # <RECORD-TYPE> <NAME> <TYPE> <VALUE (till ...
- vimperator
racedu http://www.cnblogs.com/rocedu/p/6673380.html 首先这篇答案是用All-in-One Sidebar打开侧栏照打的...以下addons是经过自 ...
- records.config中文详解
转载:http://www.safecdn.cn/cdn/2018/12/records-config-zh/106.html records.config参数的一些备注 CONFIG proxy.c ...
- 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 ...
随机推荐
- BZOJ3000 Big Number
由Stirling公式: $$n! \approx \sqrt{2 \pi n} (\frac{n}{e})^n$$ 故:$$\begin{align} ans &= log_k n! + 1 ...
- Eclipse快捷键汇总
[ALT+/] 此快捷键为用户编辑的好帮手,能为用户提供内容的辅助,不要为记不全方法和属性名称犯愁,当记不全类.方法和属性的名字时,多体验一下[ALT+/]快捷键带来的好处吧. 2 [Ctrl+O] ...
- flex上下固定中间滚动布局
传统 pc 端中,子容器高度超出父容器高度,通常使用 overflow:auto 可出现滚动条拖动显示溢出的内容,而移动web开发中,由于浏览器厂商的系统不同.版本不同,导致有部分机型不支持对弹性滚动 ...
- Proxy Pattern(Java动态代理和cglib的实现)
代理模式:给某一个对象提供代理对象,由代理对象控制具体对象的引用. 代理,指的就是一个角色对表另一个角色采取行动,就生活中,一个红酒厂商,是不会直接把红酒零销给客户的,都是通过代理完成他的销售业务.而 ...
- Andriod Studio adb.exe,start-server' failed -- run manually if necessary 解决
首先查看了我的任务管理器,共有三个adb的程序在运行: 错误提示的是 Andriod Studio 中的adb.exe启动失败,于是,去关掉另外两个adb.exe,两分钟左右后,又出现了三个adb. ...
- 3D图形图像处理软件HOOPS介绍及下载
HOOPS 3D Application Framework(以下简称HOOPS)是建立在OpenGL.Direct3D等图形编程接口之上的更高级别的应用程序框架.不仅为您提供强大的图形功能,还内嵌了 ...
- 【转】查看java类是从哪个包加载
Java的类装载器使用的是优先策略,加载类的时候先找到哪个就加载哪个.有时候我们做一个系统,当类库非常庞大的时候,类可能会出现冲突,也就是类路径中存在不同版本的两个相同的类,这往往给调试带来非常大的麻 ...
- cisco vpn client 自动登陆脚本
cisco vpn client 不能保存密码,每次都要输入太麻烦了 写了个wsh,可以自动输入密码,并登陆 '需要一个好听的名字 <job id="cisco"> ' ...
- css3的3D和2D
css3的3D旋转:rorateX():参数为正值时,盒子是围绕x轴,完成从Y轴正方向到Y轴负方向的旋转,视觉上呈现高度上的变化.rorateY():参数为正值时,盒子是围绕Y轴,完成从X轴正方向到X ...
- Fragment的使用(一)
本篇博客主要讲的是如何使用Fragment. 使用Fragment的步骤类似于自定义View的步骤: 定义Fragment的布局文件 实现扩展Fragment的子类 在扩展子类的onCreateVie ...