diff options
Diffstat (limited to 'plug-config/easymotion.vim')
| -rw-r--r-- | plug-config/easymotion.vim | 13 | 
1 files changed, 4 insertions, 9 deletions
| diff --git a/plug-config/easymotion.vim b/plug-config/easymotion.vim index 58f1ed72..0bab210a 100644 --- a/plug-config/easymotion.vim +++ b/plug-config/easymotion.vim @@ -1,16 +1,11 @@  let g:EasyMotion_do_mapping = 0 " Disable default mappings - -" Jump to anywhere you want with minimal keystrokes, with just one key binding. -" `s{char}{label}` -nmap s <Plug>(easymotion-overwin-f) -" or -" `s{char}{char}{label}` -" Need one more keystroke, but on average, it may be more comfortable. -nmap s <Plug>(easymotion-overwin-f2) -  " Turn on case-insensitive feature  let g:EasyMotion_smartcase = 1  " JK motions: Line motions  map <Leader>j <Plug>(easymotion-j)  map <Leader>k <Plug>(easymotion-k) + +nmap s <Plug>(easymotion-s2) +nmap t <Plug>(easymotion-t2) + | 
