aboutsummaryrefslogtreecommitdiff
path: root/.vim/after/plugin/easymotion.vim
blob: eb57171ab86d54bf33c15d189439c0372b18b39e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
let g:EasyMotion_do_mapping = 0
let g:EasyMotion_smartcase = 1
let g:EasyMotion_smartsign_us = 1
let g:EasyMotion_startofline = 0

nmap <space>j <Plug>(easymotion-j)
nmap <space>k <Plug>(easymotion-k)
nmap <space>l <Plug>(easymotion-lineforward)
nmap <space>h <Plug>(easymotion-linebackward)

nmap <space>f <Plug>(easymotion-bd-f)
nmap <space>s <Plug>(easymotion-bd-f2)
nmap <space>/ <Plug>(easymotion-bd-fn)

nmap <space>; <Plug>(easymotion-repeat)

nmap <space>n <Plug>(easymotion-next)
nmap <space>p <Plug>(easymotion-prev)