Overview of Vim Movements in Code Repository

Hello,

I quite like using the Vim based movements in the Code Repositories, but is there an overview somewhere of the complete set of commands that work and which don’t? Is it maybe OS and browser dependent?

Most I use do work, but some that don’t appear to be:

  • Those based on capital letters, e.g. H, M and L don’t appear to work for me - but V does start linewise visual mode
  • Find a replace doesn’t seem to work with confirmation. e.g. if I select an area and then start :s/find/replace/c at the bottom it gets stuck at replace with replace (y/n/a/q/l) but I can’t seem to interact with it. Pressing y or any other character doesn’t seem to work.

I could, of course, also be doing something wrong.

Thanks