blob: d309384285c6cd29db12c40954e491eddd826a59 (
plain)
1
2
3
4
5
6
7
8
|
if empty(globpath(&rtp, 'autoload/EasyMotion.vim'))
finish
endif
let g:EasyMotion_do_mapping = 0 " Disable default mappings
let g:EasyMotion_smartcase = 1
nmap s <Plug>(easymotion-overwin-f)
|