You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.
Python mode for Vim has some nice semantic motions for Python such as:
[M Jump to previous class or method (normal, visual, operator modes)
]M Jump to next class or method (normal, visual, operator modes)
aC Select a class. Ex: vaC, daC, yaC, caC (normal, operator modes)
iC Select inner class. Ex: viC, diC, yiC, ciC (normal, operator modes)
aM Select a function or method. Ex: vaM, daM, yaM, caM (normal, operator modes)
iM Select inner function or method. Ex: viM, diM, yiM, ciM (normal, operator modes)
I would love to have motions like this for F# modules and functions.
P.S. FWIW I've asked a question on Vim StackExchange related to this.
The text was updated successfully, but these errors were encountered:
Python mode for Vim has some nice semantic motions for Python such as:
I would love to have motions like this for F# modules and functions.
P.S. FWIW I've asked a question on Vim StackExchange related to this.
The text was updated successfully, but these errors were encountered: