XVim
XVim copied to clipboard
Xcode plugin for Vim keybindings
# 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, 53c652421ca8ad63a2380a5cad316b1997999b8a - Keyboard Language: en-us -...
Hi! I know this is not officially supported in vim, but rather a plugin (http://www.vim.org/scripts/script.php?script_id=1905) - but this is something that would make me move so much faster. I am...
If the text contains '_', - 'vi_' ... selects the text from the previous '_' until the next '_' - 'ci_' ... change the text from the previous, '_' until...
# Operation I created `~/.xvimrc` file. Here is a peak of my `.xvimrc` file, it only contains `set relativenumber`. ``` ~> cat ~/.xvimrc set relativenumber ``` However, I restarted the...
Description `set paste` has no effect on putting (tabs and spaces are not preserved). Expected behaviour `set paste` should make putting preserve indentation, I believe. Environments Xcode Version [10.1+ ]...
Should treat a code fold as a single line. ## --- There is a **[$100 open bounty](https://www.bountysource.com/issues/1446121-hjkl-navigation-ignores-code-folds-and-continues-to-walk-over-every-line?utm_campaign=plugin&utm_content=tracker%2F252770&utm_medium=issues&utm_source=github)** on this issue. Add to the bounty at [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F252770&utm_medium=issues&utm_source=github).
- Xcode Version [9.3 (9E145)] # Crash log ``` The following build commands failed: CompileC build/XVim.build/Release/XVim.build/Objects-normal/x86_64/DVTTextSidebarView+XVim.o XVim/DVTTextSidebarView+XVim.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (1 failure) make: *** [release] Error 65 ``` Here...
The new Xcode 8 won't allow plugins anymore. Instead they're launching a new extension mechanism that allow for direct access to the source code editor view. I'm planning to explore...
I was searching in the issues and googled "XVim2" afterwards only to end up in the neighboring project. Thanks!
Just like this repo does https://github.com/terryma/vim-multiple-cursors Really great to have multiple cursors. If this has been requested before, please close me.