Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
vimでeasymotionプラグインを使用しているときに、カーソルの上の行にジャンプするにはどうすればよいですか?
単語を逆方向に検索するには、 <Leader><Leader>b Try <Leader><Leader>Bto search WORDSを使用します
<Leader><Leader>b
<Leader><Leader>B
<leader><leader>f前方に<leader><leader>F検索し、後方に検索します(そしてそのように上向きに検索します!)。tと同じT。
<leader><leader>f
<leader><leader>F
t
T
これは標準のVimモーションに類似していますf/F
f
F
これはすべてで説明されています:help easymotion.txt
:help easymotion.txt