Results 26 comments of Rich

I've never used this module, but it looks like you're connecting to the server `localhost`, i.e. the iPhone or iPad you're running Vim on. This is not an SMTP server,...

The discussion above makes it sound like you intended the Wiki to be [publicly editable](https://docs.github.com/en/github/building-a-strong-community/changing-access-permissions-for-wikis), but I don't seem to be able to do so. Can you change the access...

I think this might be a bug in Google Drive. I had to work around a similar issue with Google Drive in an app I develop by using a `public.data`...

@monouser7dig The file types listed in `UTExportedTypeDeclarations` in the Info.plist aren't the ones used for declaring which types to enable in the Document picker. (Unless I'm misremembering how this works,)...

No, they should all be covered by the `public.data`/`public.text` UTIs already specified. See the documentation for [conformance](https://developer.apple.com/library/content/documentation/FileManagement/Conceptual/understanding_utis/understand_utis_conc/understand_utis_conc.html#//apple_ref/doc/uid/TP40001319-CH202-BCGJGJGA) for the gory details. My hunch (based on prior experience) is that Google...

What do you mean? Have you tried it? Are there problems? Or is it just that you don't know how to install a plugin in iVim?

Well, it certainly works in MacVim and in Windows gvim. It's all documented in `:help registers`. Pull request is unlikely for the next few months, but there's a slim chance...

I had this problem too. I worked around it by adding an extra key on the end of the row that doesn't have diagonal actions on it: ![Screenshot 2023-04-28 at...

I wrote a blogpost about “iVimClippy”, [a shortcut I made to quickly edit my iOS clipboard in iVim](https://normalmo.de/posts/ivimclippy/).

This isn't specific to iVim (although I agree it wouldn't hurt to add an entry to the wiki explaining that iVim supports Vim's usual clipboard mechanisms). It's documented in a...