Table of Contents
以EasyMotion为例
EasyMotion
- set
.vimrc
in user dir
call plug#begin('~/vimfiles/plugged')Plug 'easymotion/vim-easymotion'call plug#end()set clipboard=unnamedpluslet mapleader = " "nmap <Leader><Leader>w <Plug>(easymotion-w)nmap <Leader><Leader>b <Plug>(easymotion-b)
-
run
PlugInstall
command in vim -
restart vim, finshed.
ref
https://github.com/junegunn/vim-plug?tab=readme-ov-file#installation