LoginSignup
38
38

More than 5 years have passed since last update.

XVimで快適コーディング

Posted at

https://github.com/JugglerShu/XVim
https://github.com/JugglerShu/XVim/blob/master/README_jp.md

XVimはその名が示す通りXcodeでVimの操作を実現するプラグインです。
Xcode使いでVimmerな方は歓喜なのではないでしょうか。

開発ブランチではXcode6用も鋭意開発中です。

何はともあれclone&インストール
$ git clone git@github.com:JugglerShu/XVim.git
  1. XVim.xcodeprojを開く
  2. Xcode5の場合"XVim for Xcode5"を選択
  3. "Edit Scheme"で"Build Configuration"で"Release"選択
  4. ⌘+Bでビルド
    1. $HOME/Library/Application\ Support/Developer/Shared/Xcode/Plug-ins/XVim.xcpluginが作成される
  5. Xcodeを再起動

.xvimrcの設定

Vimと同様に~/.xvimrcを設定することで各々好きなカスタマイズが可能です。
オプションは以下から。
https://github.com/JugglerShu/XVim/blob/master/Documents/Users/FeatureList.md

私はこんな感じで設定しています。

~/.xvimrc
set incsearch
set hlsearch

set ignorecase
set smartcase

各々好きな設定で快適なXVimライフを!!

38
38
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
38
38