码迷,mamicode.com
首页 > 系统相关 > 详细

vimperator setting records

时间:2016-03-09 01:20:56      阅读:271      评论:0      收藏:0      [点我收藏+]

标签:

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

vimperator setting records

标签:

原文地址:http://www.cnblogs.com/algo-arabi/p/5256369.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!