Open taixs opened 8 years ago
I picked the basic functions of Easymotion. Are these enough? (I personally not using Easymotion)
Mapping | Details |
---|---|
<Leader>f{char} |
Find {char} to the right. See |
<Leader>F{char} |
Find {char} to the left. See |
<Leader>t{char} |
Till before the {char} to the right. See |
<Leader>T{char} |
Till after the {char} to the left. See |
<Leader>w |
Beginning of word forward. See |
<Leader>W |
Beginning of WORD forward. See |
<Leader>b |
Beginning of word backward. See |
<Leader>B |
Beginning of WORD backward. See |
<Leader>e |
End of word forward. See |
<Leader>E |
End of WORD forward. See |
<Leader>ge |
End of word backward. See |
<Leader>gE |
End of WORD backward. See |
<Leader>j |
Line downward. See |
<Leader>k |
Line upward. See |
<Leader>n |
Jump to latest "/" or "?" forward. See |
<Leader>N |
Jump to latest "/" or "?" backward. See |
<Leader>s |
Find(Search) {char} forward and backward. |
BTW, it is a lot of work to implement this function. So be patient please.
These have enough. Thank you very much.
Perhaps Sneak would be an easier thing to implement than easymotion. It's essentially f
but finds the next occurrence of 2 chars instead of 1. Not as direct as easymotion, but much less (or no) UI to implement.
@Jayphen
Didn't know the plugin. Seams like a good extension to f
.
thank you very much for considering our suggestions.😀 @aioutecism
Loving amVim. I, too, would love to see a Sneak or EasyMotion feature.
I picked the basic functions of Easymotion. Are these enough? (I personally not using Easymotion)
Mapping Details
<Leader>f{char}
Find {char} to the right. See<Leader>F{char}
Find {char} to the left. See<Leader>t{char}
Till before the {char} to the right. See<Leader>T{char}
Till after the {char} to the left. See<Leader>w
Beginning of word forward. See<Leader>W
Beginning of WORD forward. See<Leader>b
Beginning of word backward. See<Leader>B
Beginning of WORD backward. See<Leader>e
End of word forward. See<Leader>E
End of WORD forward. See<Leader>ge
End of word backward. See<Leader>gE
End of WORD backward. See<Leader>j
Line downward. See<Leader>k
Line upward. See<Leader>n
Jump to latest "/" or "?" forward. See<Leader>N
Jump to latest "/" or "?" backward. See<Leader>s
Find(Search) {char} forward and backward. BTW, it is a lot of work to implement this function. So be patient please.I picked the basic functions of Easymotion. Are these enough? (I personally not using Easymotion)
Mapping Details
<Leader>f{char}
Find {char} to the right. See<Leader>F{char}
Find {char} to the left. See<Leader>t{char}
Till before the {char} to the right. See<Leader>T{char}
Till after the {char} to the left. See<Leader>w
Beginning of word forward. See<Leader>W
Beginning of WORD forward. See<Leader>b
Beginning of word backward. See<Leader>B
Beginning of WORD backward. See<Leader>e
End of word forward. See<Leader>E
End of WORD forward. See<Leader>ge
End of word backward. See<Leader>gE
End of WORD backward. See<Leader>j
Line downward. See<Leader>k
Line upward. See<Leader>n
Jump to latest "/" or "?" forward. See<Leader>N
Jump to latest "/" or "?" backward. See<Leader>s
Find(Search) {char} forward and backward. BTW, it is a lot of work to implement this function. So be patient please.
EasyMotion is great feature for amVim! But i can't find how to enable this in amVim? Are there docs?
Easymotion is very useful for us. Can you add it?
https://github.com/easymotion/vim-easymotion