-
`:xccmd` is awesome, but it looks like it doesn't work in conjunction with `ex` commands. For example,
``` vim
" The following two commands work to go back / forward
" in editing history.
:xccmd goBa…
-
Does anyone know how to trigger the completion-list that xcode used to give you when you it ESC before xvim was installed?
-
Is there a way to attach to a running xcode process and step through the xvim plugin from another process? I have been doing development via nslog statements and while it gets the job done it's a hind…
-
XVim has the same behavior that many simulated Vim modes suffer from. When you move the cursor up and down, the maximum column position must be retained:
-
_SUMMARY_
Debugging buttons disappear while debugging and switching tabs. See "before" and "after" screen shots.
_STEPS TO REPRODUCE_
1. Start a debug session.
2. Switch to a different tab.
3. Switch…
-
Hello. I can't tell you since when, but I have two different OS X Lion + Latest Xcode showing the following problem:
I do all editing normaly. Then do ESC to exit insert mode, and :w to write the fil…
-
with VI/VIM, you can comment out a block of code using ctrl-v, then cap i to insert "//" or other comment symbol. Is there a way to easily comment a block of code with XVim?
Mr-A updated
12 years ago
-
Maybe I didn't key in correctly, but I have trouble to copy lines, e.g. in VIM i use y2y to "yank" two lines for copy. Is there a similar feature in XVim?
BTW, great job! I wish I could be some help …
Mr-A updated
12 years ago
-
Placing
inoremap jk <Esc>
in ~/.xvimrc or manually executing it from XCode does not actually remap jk to <Esc>. This particular inoremap is very popular in vim to avoid stretching to "E…
-
Crash report:
Process: Xcode [19275]
Path: /Applications/Xcode.app/Contents/MacOS/Xcode
Identifier: com.apple.dt.Xcode
Version: 4.3.2 (1177)
Build Info: IDEApplica…