⌨️

Xcode 13 vim mode

2021/09/26に公開

Xcode 13 で vim mode を使う

Xcode 13 で公式に vim mode がサポートされました。

https://developer.apple.com/xcode/

Vim mode

Many common key combinations and editing modes familiar to Vim users are supported directly within the code editor, using the new bottom bar to show mode indicators.

vim mode を有効にする

Editor > Vim Mode から有効にできます。

有効にした様子

Editor 下部に現在の mode が表示されます。

設定をカスタマイズする

.vimrc を使ってカスタマイズする方法など、公式ドキュメントに記載がなさそう 🤔
(分かり次第更新します)

GitHubで編集を提案

Discussion