mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
chore(vim): rename plugin configuration folder
This commit is contained in:
10
nvim/plugin-config/vim-easymotion.vim
Normal file
10
nvim/plugin-config/vim-easymotion.vim
Normal 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)
|
||||
Reference in New Issue
Block a user