XVimProject / XVim

Xcode plugin for Vim keybindings
MIT License
5.16k stars 595 forks source link

Cursor Blinking #545

Open nargetdev opened 10 years ago

nargetdev commented 10 years ago

Is there any way to stop the cursor from blinking? It aggravates me far more than it should... nonetheless this seems trivial but I can't find a solution. I've tried

_ defaults write -g NSTextInsertionPointBlinkPeriod -int 200 for system wide on my MBP and : set gcr=n:blinkon0 within blink to no avail.

Thanks in advance!

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

JugglerShu commented 10 years ago

Sorry but it is not supported now. You may fix it by modifying insertion point related methods in XVimSourceTextViewHook.m .