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 の f コマンドをいつも使用していますが、特殊文字 (タブなど) を見つける方法がわかりません。f\tたとえば、 の検索をヒットします\。コマンドと組み合わせてダイグラフを使用できることは知ってfいますが、タブ文字用のダイグラフはないと思います。
f\t
\
f
入力fしてからTabキーを押すだけです。
歴史的および技術的な理由により、<C-i>は と同じで<Tab>あるため、 を使用できますf<C-i>。
<C-i>
<Tab>
f<C-i>