File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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.
143143function! s:incsearch_config(...) abort
144144 return incsearch#util#deepextend(deepcopy({
@@ -316,7 +316,7 @@ input characters to find the last motion again.
316316This requires https://github.com/tpope/vim-repeat .
317317
318318You 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.
378378nmap s <Plug>(easymotion-overwin-f2)
379379
380- " Turn on case insensitive feature
380+ " Turn on case- insensitive feature
381381let g:EasyMotion_smartcase = 1
382382
383383" JK motions: Line motions
You can’t perform that action at this time.
0 commit comments