jeffkreeftmeijer / vim-numbertoggle

Toggles between hybrid and absolute line numbers automatically
https://jeffkreeftmeijer.com/vim-number/#automatic-toggling-between-line-number-modes
MIT License
682 stars 49 forks source link

Track line number state through inserts #20

Closed matthewfranglen closed 11 years ago

matthewfranglen commented 11 years ago

If you change the numbering from relative to absolute and then enter and exit insert mode, the numbering will revert to relative. This will track the current state and return to that after leaving insert mode.