Skip to content

Commit 85e90c9

Browse files
authored
Merge pull request #389 from cht8687/master
fix typo and wording issue in README.md
2 parents 1a0244c + c789151 commit 85e90c9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ nmap <Leader>w <Plug>(easymotion-overwin-w)
138138

139139
```vim
140140
" You can use other keymappings like <C-l> instead of <CR> if you want to
141-
" use these mappings as default search and somtimes want to move cursor with
141+
" use these mappings as default search and sometimes want to move cursor with
142142
" EasyMotion.
143143
function! s:incsearch_config(...) abort
144144
return incsearch#util#deepextend(deepcopy({
@@ -316,7 +316,7 @@ input characters to find the last motion again.
316316
This requires https://github.com/tpope/vim-repeat.
317317

318318
You can use EasyMotion with operators and press `.` to repeat!
319-
It is well-behaved, and consistent with the default behavior of Vim.
319+
It is well-behaved and consistent with the default behavior of Vim.
320320

321321
![repeat-motion](https://f.cloud.github.com/assets/3797062/2039538/0aef66aa-89a4-11e3-8242-c27a5208cfca.gif)
322322

@@ -377,7 +377,7 @@ nmap s <Plug>(easymotion-overwin-f)
377377
" Need one more keystroke, but on average, it may be more comfortable.
378378
nmap s <Plug>(easymotion-overwin-f2)
379379
380-
" Turn on case insensitive feature
380+
" Turn on case-insensitive feature
381381
let g:EasyMotion_smartcase = 1
382382
383383
" JK motions: Line motions

0 commit comments

Comments
 (0)