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 ...
随机推荐
- Android开发--apk的生成
0.前言 此方法为eclipse中生成apk的方法!!!! 1.生成ketstore 在命令提示符中找到java的jdk路径,例如: D:\study software\Java\jdk1.8.0_2 ...
- CodeForces #362 div2 B. Barnicle
题目链接: B. Barnicle 题意:给出科学计数法 转化成十进制的整数或小数 并输出. 思路:暑假训练赛见过了,当时大腿A掉了,并表示是道水题. 刷CF再次遇见,毫不留情WA了几次.比如: 0. ...
- .htaccess下Flags速查表
Flags是可选参数,当有多个标志同时出现时,彼此间以逗号分隔. 速查表: RewirteRule 标记 含义 描述 R Redirect 发出一个HTTP重定向 F Forbidden 禁止对URL ...
- Bootstrap<基础二十四> 缩略图
Bootstrap 缩略图.大多数站点都需要在网格中布局图像.视频.文本等.Bootstrap 通过缩略图为此提供了一种简便的方式.使用 Bootstrap 创建缩略图的步骤如下: 在图像周围添加带有 ...
- 完全卸载oracle11g步骤【转】
重装oralce,每次都很蛋疼.找了个比较全的步骤.留作备份. 完全卸载oracle11g步骤:1. 开始->设置->控制面板->管理工具->服务 停止所有Oracle服务.2 ...
- 【转】MySQL中varchar最大长度是多少?
一. varchar存储规则: 4.0版本以下,varchar(20),指的是20字节,如果存放UTF8汉字时,只能存6个(每个汉字3字节) 5.0版本以上,varchar(20),指的是20字符,无 ...
- The last packet successfully received from the server was 2,926,157 milliseconds ago. The last packet sent successfully to the server was 2,926,158 milliseconds ago. is longer than the server configured value of 'wait_timeout'. 解决办法
Caused by: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: The last packet successfully rec ...
- jdbc基本查询方法
jdbc操作数据库时,最基本的三种接口是Statement PreparedStatment CallableStatement (1)Statement createStatement() cre ...
- FFmpeg:初步编译使用[Android]
1.安装NDK:http://dl.google.com/android/ndk/android-ndk-r9-linux-x86.tar.bz2 sudo gedit ~/.bashrc 末尾添加: ...
- 快速加载DXF、DWG格式文件控件ABViewer
ABViewer是一种高品质,低成本,高效率的多功能设计及工程文档管理应用程序. ABViewer为您提供专业的cad文件浏览和编辑工具. 支持多种格式,如:DWG格式, DXF, DWF, Hewl ...