liberator://help/all
3.15.0 161005
2 Starting Vimperator
2.1 Initialization
:source
echo 'echo 1' > ~/vimp
:source ~/vimp
3 Browsing
3.2 Opening web pages
:tabopen
:tabopen www.baidu.com
7 Options
7.3 List of options
‘focuscontent’ ‘fc’
set fc=true
C-t,处于normal模式
set fc=true
C-t,处于insert模式,定位于地址栏
11 Key mappings, abbreviations, and user-defined commands
11.1 Key mapping
11.1.3 Key sequences
CR
:noremap <Leader>1 :tabopen www.baidu.com<CR>
sum:leader cr小写也可以
Leader
:noremap <Leader>1 :tabopen www.baidu.com