Timeline for VIM show actual and relative line numbers at the same time
Current License: CC BY-SA 4.0
8 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Dec 9, 2019 at 12:30 | vote | accept | Eike | ||
| Dec 2, 2019 at 8:10 | answer | added | Eike | timeline score: 3 | |
| Dec 2, 2019 at 7:54 | comment | added | muru |
You don't really need the actual line number, though. You can do, say :.+8t. to copy the 8th line from the current.
|
|
| Dec 2, 2019 at 7:53 | comment | added | Eike | @muru Plugin looks like the solution. I'll give that a shot | |
| Dec 2, 2019 at 7:49 | comment | added | Eike | The hybrid line numbers is what I am currently use. But on a quick glance on the screen I can not tell what actual line number a line is on without navigating to it. | |
| Dec 2, 2019 at 7:22 | comment | added | amisax |
Doesn't hybrid line number work for you ? set number relativenumber should show both relative numbers of other lines and actual number of current line
|
|
| Dec 2, 2019 at 7:19 | comment | added | muru |
The closest option seems to be :set number relativenumber: vimhelp.org/options.txt.html#number_relativenumber There might be a plugin: stackoverflow.com/a/16624418/2072269
|
|
| Dec 2, 2019 at 7:12 | history | asked | Eike | CC BY-SA 4.0 |