,
私のスクリプトファイルの1つで、次のようなマッピングを定義しました
nmap ,t <ESC>:Todos<CR>:w<CR>
現在、 command-Tをインストールしました。このプロセス中に、マップリーダーを .vimrc に設定しました
let mapleader=","
これは私自身のマッピングを台無しにしたので、構成から mapleader を削除しました。さらに、.vim ディレクトリからcommand-Tを削除しました。しかし、残念ながらこれは役に立ちませんでした。
入力すると,t
、分割画面バッファが開き、内部に一種のタグリストが表示されます。?
この新しいバッファを入力すると、次のようになります。
" <enter> : Jump to tag definition
" o : Jump to tag definition in new window
" p : Preview the tag definition
" <space> : Display tag prototype
" u : Update tag list
" s : Select sort field
" d : Remove file from taglist
" x : Zoom-out/Zoom-in taglist window
" + : Open a fold
" - : Close a fold
" * : Open all folds
" = : Close all folds
" [[ : Move to the start of previous file
" ]] : Move to the start of next file
" q : Close the taglist window
" ? : Remove help text
どういうわけかアクティブ化されたvim機能のように見えます。,t
マッピングを元に戻すにはどうすればよいですか?