Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Vim key bindings in Xcode?

Tags:

vim

vi

xcode

xcode4

Is there any way to have Vim key bindings in Xcode?

like image 630
Chris Avatar asked May 15 '11 22:05

Chris


People also ask

Can you use Vim in Xcode?

One of my favorite new features of Xcode 13 is support for Vim key bindings.

What are vim key bindings?

By Vim, I mean literally Vim, the command-line text editor. And by bindings, I mean keyboard commands that do specific things in the editor.

What is Vim mode?

vim has two "modes": COMMAND mode and INSERT mode. In COMMAND mode, you execute commands (like undo, redo, find and replace, quit, etc.). In INSERT mode, you type text. There is a third mode, VISUAL mode, that is used to highlight and edit text in bulk.


1 Answers

If you still interested in Vim keybinding plugin for Xcode I made one. Here it is. http://programming.jugglershu.net/softwares/xvim.html

This is currently developed for personal (my) use. So you may feel bad with some lack of implementation. Give me a feed back(feature request) then. I'll add some keybinds if I have enough time.

like image 188
Shu Suzuki Avatar answered Oct 09 '22 10:10

Shu Suzuki