diff --git a/plugin/EasyMotion.vim b/plugin/EasyMotion.vim index d784ae5..b42da9e 100644 --- a/plugin/EasyMotion.vim +++ b/plugin/EasyMotion.vim @@ -109,6 +109,13 @@ \ , 'p' : { 'name': 'SelectPhrase' , 'flag': 'select_phrase' } \ }) " }}} + " + " Prepare keymaps {{{ + " S "{{{ + nnoremap (easymotion-s) :call EasyMotion#S(0,2) + onoremap (easymotion-s) :call EasyMotion#S(0,2) + vnoremap (easymotion-s) :call EasyMotion#S(1,2) + "}}} " }}} " vim: fdm=marker:noet:ts=4:sw=4:sts=4