ViInputManager

Small utility window bellow text box is shown with typing "`".
You can use "vi" keybind with showing this window.?


http://farm1.static.flickr.com/136/326026962_ef701d7b25.jpg

テキストボックスにキャレットを入れて「`」をタイプすると出現するコマンドウインドウで検索コマンド「/[検索語]」を入力すると検索することができる。次を検索するときは「/[リターン]」。前を検索するときは「n」。

後を検索するときは「N」(shift + n) なんだな.きっと.これ、便利かもしれん.日本語の検索もOKか?日本語入力のキーバインドと混乱しそうだけど.

All the text windows, will initialize in "input" mode (standard cocoa text input). You invoke the Vi-command window (exit the input mode) by hitting ` (the back-apostrophe key, this is customizable, see installation instructions) and then key in your favorite Vi commands. For example, move down a line 'j', move right 'l', delete two lines 'd2d', and so on. You enter back into "input" mode by typing the 'i'. You get the idea. Right now, you should be thinking -- "you mean the editor in XCode will behave like Vi?" Answer: Yes.