Prepare <Plug> mapping(S only)

Note: currently it is only EasyMotion S function
This commit is contained in:
haya14busa 2013-11-28 16:28:36 +09:00
parent e319902b9a
commit 2b1bc28fb2

View File

@ -109,6 +109,13 @@
\ , 'p' : { 'name': 'SelectPhrase' , 'flag': 'select_phrase' } \ , 'p' : { 'name': 'SelectPhrase' , 'flag': 'select_phrase' }
\ }) \ })
" }}} " }}}
"
" Prepare keymaps {{{
" S "{{{
nnoremap <silent><Plug>(easymotion-s) :call EasyMotion#S(0,2)<CR>
onoremap <silent><Plug>(easymotion-s) :call EasyMotion#S(0,2)<CR>
vnoremap <silent><Plug>(easymotion-s) :<C-u>call EasyMotion#S(1,2)<CR>
"}}}
" }}} " }}}
" vim: fdm=marker:noet:ts=4:sw=4:sts=4 " vim: fdm=marker:noet:ts=4:sw=4:sts=4