Files
dotfiles/nvim/plugin-config/vim-easymotion.vim
2021-12-11 16:06:51 +01:00

11 lines
286 B
VimL

" 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)