with
setl nu!
I can toggle number (on/off), similar with relativenumber
setl rnu!
how I can toggle {off,number,relativenumber} ?
feedback
|
This question came from our site for professional and enthusiast programmers.
| |||||||||
feedback
|
|
Because I love a logic puzzle, and really love it when a vim command fits on a single line for succinct repeats (@: is a personal favourite):
This will maintain the same cycle. I think it is mainly because | |||||||||||||||
feedback
|