3
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Xcode 13 で Vim Mode (Editor Menu for Source Code) を設定してみた

Posted at

背景

Xcode 13 からついに標準で Vim mode がサポートされたので設定の仕方をまとめました。

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.

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

Xcode 12 までは XVim2 をどうぞ。

XVim2 is a Vim plugin for Xcode intending to offer a compelling Vim experience without the need to give up any Xcode features.

https://github.com/XVimProject/XVim2

環境

  • Xcode Version 13.2 (13C90)
  • macOS Monterey 12.1 (21C52)

設定

  • Xcode 起動後に command + , のショートカットキーで Preference を表示

  • Key Bindings メニューを選択して vim で絞り込み

    • Key の下の箇所をダブルクリックして control + [ を入力
  • Preference を閉じる
    スクリーンショット 2021-12-14 23.16.53.png

  • 適当にソースコードを表示して、 control + [ のショートカットキーで Vim Mode に切り替わる(以下は Vim Mode 中)
    スクリーンショット 2021-12-14 23.17.19.png

  • Vim Mode を抜けるには再度 control + [ (以下は Vim Mode 解除中)
    スクリーンショット 2021-12-14 23.45.07.png

  • Editor のメニューからも Vim Mode の切り替えは可能
    スクリーンショット 2021-12-14 23.42.35.png

3
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?