Search Results

0
votes

Unable to move upwards by t in Vim’s Tlist when I use Dvorak

The problem is that Tag List has defined very specific action to these keys, so rebinding them has moved functionality on top of it and can not be used to shift responsibility. There might be anoth …
6
votes

In VIM, how do I break one really long line into multiple lines?

Vim does this very easily. gq{motion} {Visual}gq gqq ... I'd suggest you check out :help gq and :help gw Also setting textwidth (tw) will give you auto lin …
0
votes

For what to use VI?

Vim is not very good at code awareness. What it is good at is text manipulation. It provides you with the tools for you to edit text, not to edit for you. If you just do "small" edits and don't rea …