XVim
XVim copied to clipboard
Xcode plugin for Vim keybindings
subj, not much to say.
# Description When in visual line mode, the current line the cursor is on does not get updated in the gutter where numbers are displayed. When relative numbers is set...
# Operation After self-signing Xcode: ``` sudo xcode-select -s make ``` # Expected behaviour Should build XVim and install it to Xcode's plugins. # Environments - Xcode Version: 8.3 beta...
# Description When Xvim is installed, I get a crash loop, where Xcode immediately terminates. It mentions that the address sanitizer is being loaded too late # Environments - Xcode...
# Description :tabn and :tabp both perform :tabn functionality # Operation - Open multiple tabs for editing. - Type :tabp. - Focus changes to the next tab. # Expected behaviour...
Link error
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...
One of the classes Xvim depends on (`IDEPlaygroundEditor`) moved from the `IDELanguageSupportUI` to the `IDEPlaygroundEditor` plugin in Xcode 8.3.2. We can workaround it by weakly linking to both plugins to...
# Description Trying to use a vim function (located inside my .xvimrc) Function Constr(cs) if a:cs == "cx" return "centerXAnchor" "etc. etc. endif endfunction # Operation So I hate typing...
my `.xvimrc` ``` shell set number set cursorline set clipboard=unnamed " set system clipboard nnoremap p :xccmd openQuickly let mapleader = "\" " This works in Vim and NeoVim except...
# Description I can install Xvim successfully by using develop branch, but no VIM feature in Xcode when I open projects. I cant see the notice for: "allow xcode load...