vim how to set nu with 0-index instead of 1-index

set relativenumber or for short "set rnu" This starts the count from 0

https://stackoverflow.com/questions/1176326/vim-zero-indexed-line-numbers-in-set-number

原文地址:https://www.cnblogs.com/morganh/p/14437430.html