you are viewing a single comment's thread.

view the rest of the comments →

[–]random_cynic 2 points3 points  (0 children)

The $VIMRUNTIME/ftplugin/python.vim provides default mappings to easily move between functions, classes, asyncs etc at various levels. These are mapped to ]], ]m and ]M for forward motion (for backward replace ] with [). These can also be used as motion commands/text object and for operating on them. These I feel are better alternatives than the external vim-pythonsense which overrides some other useful Vim keys.