notes vimperator helpall

来源:互联网 发布:北京海关数据分中心 编辑:程序博客网 时间:2024/06/07 13:01

liberator://help/all
3.15.0 161005

  • Starting Vimperator
    • 1 Initialization
      • source
  • Browsing
    • 2 Opening web pages
      • tabopen
  • Options
    • 3 List of options
      • focuscontent fc
  • Key mappings abbreviations and user-defined commands
    • 1 Key mapping
      • 13 Key sequences
        • CR
        • Leader

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

0 0