diff --git a/README.md b/README.md index 1c97804..430d734 100644 --- a/README.md +++ b/README.md @@ -365,17 +365,16 @@ You should at least change the prefix key like this `map (easymot Minimal but useful vimrc example: -``` +```vim let g:EasyMotion_do_mapping = 0 " Disable default mappings -" Bi-directional find motion " Jump to anywhere you want with minimal keystrokes, with just one key binding. " `s{char}{label}` -nmap s (easymotion-s) +nmap s (easymotion-overwin-f) " or " `s{char}{char}{label}` " Need one more keystroke, but on average, it may be more comfortable. -nmap s (easymotion-s2) +nmap s (easymotion-overwin-f2) " Turn on case insensitive feature let g:EasyMotion_smartcase = 1