Update doc: g:Easymotion_disable_two_key_combo

This commit is contained in:
haya14busa 2014-02-18 17:52:12 +09:00
parent 93de27f7bd
commit 78c0f4a1b5

View File

@ -30,7 +30,9 @@ CONTENTS *easymotion-contents*
EasyMotion_enter_jump_first ..... |EasyMotion_enter_jump_first| EasyMotion_enter_jump_first ..... |EasyMotion_enter_jump_first|
EasyMotion_prompt ............... |EasyMotion_prompt| EasyMotion_prompt ............... |EasyMotion_prompt|
EasyMotion_highlight ............ |EasyMotion_highlight| EasyMotion_highlight ............ |EasyMotion_highlight|
EasyMotion_add_search_history.... |EasyMotion_add_search_history| EasyMotion_add_search_history ... |EasyMotion_add_search_history|
EasyMotion_off_screen_search .... |EasyMotion_off_screen_search|
EasyMotion_disable_two_key_combo. |EasyMotion_disable_two_key_combo|
Custom highlighting ............. |easymotion-custom-hl| Custom highlighting ............. |easymotion-custom-hl|
Custom mappings ................. |easymotion-custom-mappings| Custom mappings ................. |easymotion-custom-mappings|
Leader key .................. |easymotion-leader-key| Leader key .................. |easymotion-leader-key|
@ -938,6 +940,14 @@ EasyMotion_off_screen_search *g:EasyMotion_off_screen_search*
< <
Default: 0 Default: 0
EasyMotion_disable_two_key_combo *g:EasyMotion_disable_two_key_combo*
If you set this option to 1, you can disable two key combo feature.
>
let g:EasyMotion_disable_two_key_combo = 1
<
Default: 0
------------------------------------------------------------------------------ ------------------------------------------------------------------------------
Custom highlighting *easymotion-custom-hl* Custom highlighting *easymotion-custom-hl*