skip to content
Liu Yang's Blog
Table of Contents

EasyMotion

https://github.com/junegunn/vim-plug?tab=readme-ov-file#installation set .vimrc in user dir

call plug#begin('~/vimfiles/plugged')
Plug 'easymotion/vim-easymotion'
call plug#end()
set clipboard=unnamedplus
let mapleader = " "
nmap <Leader><Leader>w <Plug>(easymotion-w)
nmap <Leader><Leader>b <Plug>(easymotion-b)

run PlugInstall command in vim restart vim, finshed.