Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

> vim's modal editing is powerful but the movements are text-based.

Eh, v + showmatch / % gets you very far in languages that use ()[]{}<> (angle brackets you have to add to matchpairs). It gets you nowhere in Python though, not without plugins.

 help



In python you can use {} to jump paragraphs. It's not great since it's based on blank lines and you'll probably need a few for a whole indented block, but it's built in and nicer than going line by line.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: