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では[{、最初の比類のないものに戻る{か]}、同様に進むためにヒットすることができます。[}最後に戻ることができるように動作する何か(短い)はあり}ますか?
[{
{
]}
[}
}
あなたがやりたいことをするためのコマンドが組み込まれているとは思いません。次のような単純なマッピングを追加するのが最も簡単だと思います
map <Leader>} ?}<Cr>
リーダーをヒットさせるには}(リーダーは再マップしていない場合は\)、最新の}に戻ります。