I'm just getting started with Xcode. I've installed the XVim plugin to provide Vim keybindings. However, I'm missing the ability to turn on relative line numbers. In vim, this is done with :set relativenumber
, and in Visual Studio, there's a plugin for it.
Is there anything like this for Xcode?
Wowza. It never occurred to me that I could just use Vim syntax for this!
To enable relative line numbers in XCode with XVim:
set relativenumber