osyo-manga / vim-hopping

hopping.vim is incremental buffer line filtering Vim plugin.
53 stars 2 forks source link

An English version of the doc page would be helpful #1

Closed robinro closed 8 years ago

robinro commented 9 years ago

Thanks for the plugin. It looks really interesting. Could you please provide an English version of the help page?

vysakh0 commented 9 years ago

@robinro @osyo-manga Any idea on how to switch between the results, tried arrow keys, also tried C-n, C-p, it does not seem to move to next or previous results, but in the gif it was shown ?

osyo-manga commented 9 years ago

Thanks for the plugin. It looks really interesting. Could you please provide an English version of the help page?

Sorry, I can't English :(

Any idea on how to switch between the results, tried arrow keys, also tried C-n, C-p, it does not seem to move to next or previous results, but in the gif it was shown ?

Please next setting.

let g:hopping#keymapping = {
\   "\<C-n>" : "<Over>(hopping-next)",
\   "\<C-p>" : "<Over>(hopping-prev)",
\}
vysakh0 commented 9 years ago

@osyo-manga Great! thank you! :smiley: