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.
すでに ctags をマウントしましたが、まだまったく機能していません。,tt を押しましたが、何も起こりませんでした。spf13-vimでこの問題を解決する方法はありますか? 誰かが私と同じ問題に苦しんでいましたか?
<Leader>キーを に再マッピングしました,か?
<Leader>
,
spf13のタグバー トグルは<Leader>ttで、リーダー キーは\デフォルトです。
<Leader>tt
\
でタグバーを切り替えてみてください\tt。let mapleader=","または、 .vimrcに追加します。
\tt
let mapleader=","