IVim: Difference between revisions
Jump to navigation
Jump to search
Created page with "{{TOCright}} Boogaloo <code>iVim</code> is a text editor on iOS based on Vi IMproved by Bram Moolenaar. == Getting help on iVim == * [https://www.reddit.com/r/vim/comments/9..." |
|||
Line 4: | Line 4: | ||
== Getting help on iVim == | == Getting help on iVim == | ||
* [https://www.reddit.com/r/vim/comments/9ki5g8/ivim_ios_howtos Reddit], iVim HowTos. | * [https://www.reddit.com/r/vim/comments/9ki5g8/ivim_ios_howtos Reddit], iVim HowTos. | ||
== Apple iCloud == | |||
All iCloud Documents are store in {{FormFCT|9|blue|~/Library/Mobile\ Documents/com~apple~CloudDocs}}. So: | |||
<br>Start by opening Terminal and then | |||
<pre> | |||
$ cd ~/Library/Mobile\ Documents/com~apple~CloudDocs | |||
$ ls -Al | |||
.DS_Store | |||
.. | |||
bash | |||
</pre> | |||
== Where are my Files == | == Where are my Files == | ||
Every App on an iPad has its own local storage. So you can not edit files that live in other Apps local storage. | Every App on an iPad has its own local storage. So you can not edit files that live in other Apps local storage. | ||
<br>Can you edit files in the iCloud? | <br>Can you edit files in the iCloud? | ||
Which files can be edited. | Which files can be edited. | ||
* | * | ||
== See also == | == See also == |
Revision as of 17:10, 16 June 2021
Boogaloo iVim
is a text editor on iOS based on Vi IMproved by Bram Moolenaar.
Getting help on iVim
- Reddit, iVim HowTos.
Apple iCloud
All iCloud Documents are store in ~/Library/Mobile\ Documents/com~apple~CloudDocs. So:
Start by opening Terminal and then
$ cd ~/Library/Mobile\ Documents/com~apple~CloudDocs $ ls -Al .DS_Store .. bash
Where are my Files
Every App on an iPad has its own local storage. So you can not edit files that live in other Apps local storage.
Can you edit files in the iCloud?
Which files can be edited.