Home » Questions » Computers [ Ask a new question ]

How to navigate 'logical' lines individually in vim?

How to navigate 'logical' lines individually in vim?

I know that there is a setting for this in vim, I just can't find it now...

Asked by: Guest | Views: 353
Total answers/comments: 1
bert [Entry]

"You can type gj to move down one screen line, as opposed to one logical line with j.

It may also be possible to map gj to j.
Here's an article you may find useful for that:
http://vim.wikia.com/wiki/Moving_by_screen_lines_instead_of_file_lines"