Terry Chou
Terry Chou
I have pushed the code up to Github, you can check it out: https://github.com/terrychou/file_ios
Glad to know that you like iVim's internal terminal and `ivish`. To answer your questions, I think I need to make some concepts clear first. A normal command line tool...
I have pushed up the latest code of iVim and the code of ivish (https://github.com/terrychou/ivish), you can check them out.
@EricEWeir If you have problems in .vimrc or some other initialization config files which causes `iVim` fails to start, instead of reinstalling `iVim`, you can launch iVim with option `-u...
> On Aug 13, 2020, at 2:02 AM, Terry Chou ***@***.***> wrote: @EricEWeir If you have problems in .vimrc or some other initialization config files which causes iVim fails to...
@tommy-hansen this is a good idea, I will add a **Quick tips** section to the README. And ... done. Go have a look. Thanks for the suggestion!
@sedm0784 this would also be a good idea. However, there is a problem: as mentioned in the updated README, the project on GitHub may be not as updated as the...
The idea of mapping empty `ctrl` release to `esc` is great! However, I have tested it on my iPad but it didn't work for me. I have applied the two...
I have tried https://github.com/voltprime-b/iVim/commit/ef0eba805c731ae736cbea1f12ac7febcbc333d4 , and it worked great! After reading the code, I have an idea. It looks like you capture as many key commands as possible into `ctrlToEscOnRelease`....
Because this fix only works above iOS 13.4 and systems satisfying this requirement provide native `caps lock` key mapping, I will not merge it for now. But I will leave...