jumpy.vim
jumpy.vim copied to clipboard
this is cool, but you should've contributed directly to the Vim source! :)
The thing is a number of filetypes already define [[ and ]] to jump to functions and the like, but do so in ways that are not exactly identical to the behaviour in this plugin; IIRC the vim filetype stays on the first or last function instead of jumping to the start or end of file IIRC. And since every filetype has its own maintainer there are 29 maintainers to communicate with.
I thought about it before; IMHO having consistent behaviour across filetypes is very useful and what motivated me to write this in the first place, but this is what prevented it.