この効果を得るために中括弧を入力開始中括弧にマップしたいです
ホーム ディレクトリの .vimrc を変更することで効果を実現できます。問題は、この設定がすべてのファイルに有効であることです。C このような効果を実現したいのですが、他の言語 ( as python/lua) このようなマッピングはしたくないのですが、特定の言語用に vim を設定するにはどうすればよいですか? どのファイルを変更しますか?
小伙看你根骨奇佳,潜力无限,来学PHP伐。
は.vimrcにも書かれていますが、ファイルタイプを指定する必要があります:
.vimrc
(no)autoindent
ai
(no)cindent
ci
(no)smartindent
si
tabstop=X
ts
shiftwidth=X
sw
(no)expandtab
(no)et
softtabstop=X
sts
(no)smarttab
(no)sta
は
リーリー.vimrc
にも書かれていますが、ファイルタイプを指定する必要があります:(no)autoindent
ai
(no)cindent
ci
(no)smartindent
si
tabstop=X
ts
shiftwidth=X
sw
(no)expandtab
(no)et
softtabstop=X
sts
(no)smarttab
(no)sta