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
andL
don’t appear to work for me - butV
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 atreplace with replace (y/n/a/q/l)
but I can’t seem to interact with it. Pressingy
or any other character doesn’t seem to work.
I could, of course, also be doing something wrong.
Thanks