Fix default key of s
didn't work
Remove obsolete mapping `S`
This commit is contained in:
parent
525b008695
commit
abfd4a5469
@ -260,12 +260,12 @@ xnoremap <silent><Plug>(easymotion-lineanywhere)
|
||||
"}}}
|
||||
"}}}
|
||||
|
||||
map <silent><expr><Plug>(easymotion-clever-s)
|
||||
\ EasyMotion#is_active() ? '<Plug>(easymotion-next)' : '<Plug>(easymotion-s)'
|
||||
map <silent><expr><Plug>(easymotion-clever-s2)
|
||||
\ EasyMotion#is_active() ? '<Plug>(easymotion-next)' : '<Plug>(easymotion-s2)'
|
||||
map <silent><expr><Plug>(easymotion-clever-sn)
|
||||
\ EasyMotion#is_active() ? '<Plug>(easymotion-next)' : '<Plug>(easymotion-sn)'
|
||||
" map <silent><expr><Plug>(easymotion-clever-s)
|
||||
" \ EasyMotion#is_active() ? '<Plug>(easymotion-next)' : '<Plug>(easymotion-s)'
|
||||
" map <silent><expr><Plug>(easymotion-clever-s2)
|
||||
" \ EasyMotion#is_active() ? '<Plug>(easymotion-next)' : '<Plug>(easymotion-s2)'
|
||||
" map <silent><expr><Plug>(easymotion-clever-sn)
|
||||
" \ EasyMotion#is_active() ? '<Plug>(easymotion-next)' : '<Plug>(easymotion-sn)'
|
||||
|
||||
noremap <silent><Plug>(easymotion-activate) :<C-u>call EasyMotion#activate(0)<CR>
|
||||
xnoremap <silent><Plug>(easymotion-activate) :<C-u>call EasyMotion#activate(1)<CR>
|
||||
@ -289,7 +289,6 @@ if g:EasyMotion_do_mapping == 1
|
||||
\ 'f' : { 'name': 'S' , 'dir': 0 }
|
||||
\ , 'F' : { 'name': 'S' , 'dir': 1 }
|
||||
\ , 's' : { 'name': 'S' , 'dir': 2 }
|
||||
\ , 'S' : { 'name': 'WB' , 'dir': 2 }
|
||||
\ , 't' : { 'name': 'T' , 'dir': 0 }
|
||||
\ , 'T' : { 'name': 'T' , 'dir': 1 }
|
||||
\ , 'w' : { 'name': 'WB' , 'dir': 0 }
|
||||
|
Loading…
x
Reference in New Issue
Block a user