Ex Option for Line Numbers #141
-
|
It would be nice if there were Ex options for number and relative number. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
How about using a global macro? For example: The reason why such option doesn't exist is because it has no merit in Ex as it only affects vi. |
Beta Was this translation helpful? Give feedback.
-
|
Hm, I suppose there are also options like hlp, which don't really work in ex mode (though they could). I guess it's more so because there is no vi keybind to activate it, or it's not used often enough to warrant one. So basically if there is already a vi keybind to activate something, there is no reason to add an ex option since everything is reachable from a global macro anyways. |
Beta Was this translation helpful? Give feedback.
How about using a global macro? For example:
:&2\#The reason why such option doesn't exist is because it has no merit in Ex as it only affects vi.