-
Great plugin!
Any chance you could make this work with the xvim plugin? https://github.com/JugglerShu/XVim
Thanks!
-
- [https://github.com/XVimProject/XVim/blob/master/Documents/Users/FeatureList.md](https://github.com/XVimProject/XVim/blob/master/Documents/Users/FeatureList.md)
# Copy multi-lines
比如我要复制从第1行到第5行的数…
-
Just tried it now that Xcode 7 is supported, it indeed worked, but at the same time disabled any feature of XVim.
-
Hi. I'm using https://github.com/XVimProject/XVim plugin, that add vim motion to xcode.
But with this plugin action view appear, but coursor not focused in the actionBar view. Nor automatically, nor b…
-
https://github.com/XVimProject/XVim/blob/master/INSTALL_Xcode8.md
looky here! i tried it, and it worked. xvim installed and is working, and alcatraz was built and installed. the problem is that i can…
-
1.clean your xcode - 清理你的xcode
------------
make sure your xcode is pure
确保你的xocde是纯净的
2.resign your Xcode(important step) -resign你的Xcode(重要步骤)
---------------
use this way to resign your Xcod…
-
Installed it via alcatraz:
Process: Xcode [53008]
Path: /Applications/Xcode6-Beta5.app/Contents/MacOS/Xcode
Identifier: com.apple.dt.Xcode
Version: 6.0 (6256.8)
Build I…
-
OS: Mac OS Maverics 10.9.2
Xcode: 5.1.1
XVim:develop branch,commit: 8afd633d9e2ae4790de6c52b11d8e5ccab3004da
XVim crahses Xcode sometimes. Every crash happened when i switch to the Chinese input met…
-
# Operation
```
git clone git clone https://github.com/XVimProject/XVim.git
cd XVim
make
```
# Environments
- Xcode Version: 11.3.1
- XVim branch and revision: master, 53c652421ca8ad63a2…
-
Link error
# Description
Build failure with a link error. The IDEPlaygroundEditor class not have an implementation。
I tried to add the following code in IDEPlaygroundEditor + XVim file to solve …