Prepare <Plug> mapping(S only)
Note: currently it is only EasyMotion S function
This commit is contained in:
parent
e319902b9a
commit
2b1bc28fb2
@ -109,6 +109,13 @@
|
||||
\ , '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
|
||||
|
Loading…
Reference in New Issue
Block a user