Hacker News new | ask | show | jobs
by amelius 428 days ago
Does anyone know of a good Vim plugin for navigating Python code blocks? E.g. moving to the start/end of a block, or moving to the next block.
1 comments

If I remember correctly the script runtime/ftplugin/python.vim remaps [[, [], ]], etc. to work with Python's idea of blocks.

Besides, the plugin michaeljsmith/vim-indent-object defines a new text object ("i"), based on indentation levels.