I'm a hardcore VIM-user. However, I wonder whether it's possible to configure VIM to provide a lone-line handling like Nano. Imagine the following text file:
1 This is a short line
2 This is a much much much much much much much (...) much longer line
When I open it in VIM, and like to get to the end of the second line, it's displayed like this (with ■ being where the cursor is):
1 ort line
2 ch much much much much much much (...) much longer line■
When I open in Nano, and navigate to the end of the second line, only this specific line is displayed "shifted", like so:
1 This is a short line
2 >h much much much much much much (...) much longer line■
Can I do this with VIM too?