chore(vim): add vim-easymotion and configuration

This commit is contained in:
Stefan Imhoff
2021-12-11 13:53:14 +01:00
parent 256b98526e
commit 22bfb16d2b
3 changed files with 12 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
" vim-easymotion
" https://github.com/easymotion/vim-easymotion
" <Leader>f{char} to move to {char}
map <Leader>f <Plug>(easymotion-bd-f)
nmap <Leader>f <Plug>(easymotion-overwin-f)
" Move to line
map <Leader>L <Plug>(easymotion-bd-jk)
nmap <Leader>L <Plug>(easymotion-overwin-line)