From ac58277dd8d2a8b3b93e975d11084ba311783a54 Mon Sep 17 00:00:00 2001 From: joshtch Date: Wed, 22 Jan 2014 23:45:05 -0500 Subject: [PATCH] Fix spelling in doc: 'easymoion' -> 'easymotion' `:%s/moion/motion/g` --- doc/easymotion.txt | 56 +++++++++++++++++++++++----------------------- 1 file changed, 28 insertions(+), 28 deletions(-) diff --git a/doc/easymotion.txt b/doc/easymotion.txt index 1d6b023..ae98b6e 100644 --- a/doc/easymotion.txt +++ b/doc/easymotion.txt @@ -280,7 +280,7 @@ Repeat ~ Nothing will happen when previous motion doesn't exist. Last Find Motion~ - In Find motion (e.g. |(easymoion-s)| ), to type `` + In Find motion (e.g. |(easymotion-s)| ), to type `` without input characters invoke last find motion. This does not repeat motion type (e.g. Other word motion, (easymotion-j) etc...) but only repeat input @@ -343,8 +343,8 @@ JK motion option *(easymotion-j)* *(easymotion-k) |(easymotion-sol-k)| to use start of line JK motion. > let g:EasyMotion_startofline = 0 # keep cursor colum JK motion - map J (easymoion-sol-j) - map K (easymoion-sol-K) + map J (easymotion-sol-j) + map K (easymotion-sol-K) < Default: 1 @@ -353,66 +353,66 @@ Start of Line JK motion *(easymotion-sol-j)* *(easymotion-sol-k) Match start of line JK motion Example: > - map J (easymoion-sol-j) - map K (easymoion-sol-K) + map J (easymotion-sol-j) + map K (easymotion-sol-K) < End of Line JK motion *(easymotion-eol-j)* *(easymotion-eol-k)* Match End of line JK motion Example: > - map J (easymoion-eol-j) - map K (easymoion-eol-K) + map J (easymotion-eol-j) + map K (easymotion-eol-K) Within line motion ~ *easymotion-within-line* (easymotion-sl) *(easymotion-sl)* - This function is same as |(easymoion-s)|, except range + This function is same as |(easymotion-s)|, except range is within current cursor line. (easymotion-fl) *(easymotion-fl)* - This function is same as |(easymoion-f)|, except range + This function is same as |(easymotion-f)|, except range is within current cursor line. (easymotion-Fl) *(easymotion-Fl)* - This function is same as |(easymoion-F)|, except range + This function is same as |(easymotion-F)|, except range is within current cursor line. (easymotion-tl) *(easymotion-tl)* - This function is same as |(easymoion-t)|, except range + This function is same as |(easymotion-t)|, except range is within current cursor line. (easymotion-Tl) *(easymotion-Tl)* - This function is same as |(easymoion-T)|, except range + This function is same as |(easymotion-T)|, except range is within current cursor line. (easymotion-bd-tl) *(easymotion-bd-tl)* - This function is same as |(easymoion-bd-t)|, except range + This function is same as |(easymotion-bd-t)|, except range is within current cursor line. (easymotion-wl) *(easymotion-wl)* - This function is same as |(easymoion-w)|, except range + This function is same as |(easymotion-w)|, except range is within current cursor line. (easymotion-bl) *(easymotion-bl)* - This function is same as |(easymoion-b)|, except range + This function is same as |(easymotion-b)|, except range is within current cursor line. (easymotion-bd-wl) *(easymotion-bd-wl)* - This function is same as |(easymoion-bd-w)|, except range + This function is same as |(easymotion-bd-w)|, except range is within current cursor line. (easymotion-el) *(easymotion-el)* - This function is same as |(easymoion-e)|, except range + This function is same as |(easymotion-e)|, except range is within current cursor line. (easymotion-gel) *(easymotion-gel)* - This function is same as |(easymoion-ge)|, except range + This function is same as |(easymotion-ge)|, except range is within current cursor line. (easymotion-bd-el) *(easymotion-bd-el)* - This function is same as |(easymoion-bd-e)|, except range + This function is same as |(easymotion-bd-e)|, except range is within current cursor line. (easymotion-lineforward) *(easymotion-lineforward)* @@ -460,12 +460,12 @@ EasyMotion provide another find motion by multi input target. Example: > - nmap s (easymoion-s2) - xmap s (easymoion-s2) - omap z (easymoion-s2) - nmap s (easymoion-sn) - xmap s (easymoion-sn) - omap z (easymoion-sn) + nmap s (easymotion-s2) + xmap s (easymotion-s2) + omap z (easymotion-s2) + nmap s (easymotion-sn) + xmap s (easymotion-sn) + omap z (easymotion-sn) < If you like typing two or above characters as target similar to vim-smalls or vim-sneak, |EasyMotion| also provide this feature. With above keymapping, @@ -496,7 +496,7 @@ All Find motion (s,f,F,t,T,sl,fl,Fl,tl,Tl) support this feature! *(easymotion-s2)* *(easymotion-f2)* *(easymotion-F2)* *(easymotion-t2)* *(easymotion-T2)* *(easymotion-bd-t2)* *(easymotion-sl2)* *(easymotion-fl2)* *(easymotion-Fl2)* - *(easymotion-tl2)* *(easymotion-Tl2)* *(easymoion-bd-tl2)* + *(easymotion-tl2)* *(easymotion-Tl2)* *(easymotion-bd-tl2)* But |EasyMotion| is good at simple and fast motion with one or two character. @@ -785,7 +785,7 @@ tune the plugin to your need by changing every single sequence. 4.10.1 Leader key *EasyMotion_leader_key* *easymotion-leader-key* *(easymotion-prefix)* -The default leader key can be changed with the |(easymoion-prefix)| +The default leader key can be changed with the |(easymotion-prefix)| Set this keymapping to the key sequence to use as the prefix of the mappings described in |easymotion-default-mappings|. @@ -794,7 +794,7 @@ Note: The default leader key has been changed to '' to avoid conflicts with other plugins. You can revert to the original leader by setting this keymapping in your vimrc: > - map (easymoion-prefix) + map (easymotion-prefix) < Default: ''