Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Writings on iVim from you #107

Open
terrychou opened this issue Apr 22, 2020 · 8 comments
Open

Writings on iVim from you #107

terrychou opened this issue Apr 22, 2020 · 8 comments

Comments

@terrychou
Copy link
Owner

@brettc sent me an email saying that they would like to share how they are using iVim and managing plugins with the help of Working Copy: https://github.com/brettc/ivim

It always feels great to know that iVim helps. If you have something like this and would like to share, please do not hesitate and post the link here in this thread. It would probably help someone in need.

@terrychou terrychou pinned this issue Apr 22, 2020
@mchalkley
Copy link

This is awesome - thank you for posting it!

@suliveevil
Copy link

Great idea!
I use iSH as git tool and done it completely on iPadOS.

@suliveevil
Copy link

suliveevil commented May 29, 2020

Working Copy is not good enough

Working Copy’s Bidirectional Synchronization and submodule sucks!

I’m no longer using Working Copy’s submodule.

Vim 8 builtin package management is simple

You just need to put the plugin folder under ~/.vim/pack/*/start/,Vim will autoload your plugins

what is the *

It means you can and must have a folder under ~/.vim/pack/ ,this folder’s name can be any character(usable as folder name).

Use your own folder instead of ~/.vim

Why ?

because ~/.vim couldn’t be seen in Files App.

How ?

Put your folder under On my iPad/iVim

Use LibTerm to open On my iPad/iVim
Then run this ln -s your-folder’s-name .vimcommand
It will make .vim as a symbolink of your folder

Now you can manually download vim plugin’s repo as zip and unzip it to $HOME/your-folder’s-name/pack/xxxxx/start/.

Then vim builtin package management will recognize all of plugins.

@htkm
Copy link

htkm commented May 29, 2020

Could you elaborate on ps and pps?

What kind of problem made you ask about $HOME/vim? What is the specific part of setup you want to get?

@suliveevil
Copy link

I explained in my ps and pps.
I will update my comment to make it more plainly understandable.

@kuochang
Copy link

kuochang commented Sep 9, 2020

Thanks @brettc and Terry for this post. Now iPad and iVim is my daily driver for my workflow. One of the tips(Writing on iVim) I would like to share here is how to preview the markdown file in iPad with iVim since all the plugins for markdown preview can’t work in iPad. I use IA writer as the my iVIM markdown preview tool. When I edit my markdown file in ivim, I type “:ish” and then share the doc to IA writer. Then I place IA writer window side by side with iVIM. In IA writer, press and then you can see the markdown preview in realtime. Then you can continue to edit your text in iVIM and see the preview in IA writer side by side.:)

Also, SIRI shortcut can work with iVim well. I wrote several simple shortcut that I can quickly convert the text in iVim into apple mail in the markdown format. As said, iPad Pro with keyboard is my daily driver and I don’t need my Macbook Air even when I have the long biz trip. Hopefully above is useful for vim users as writers on iPad.:)

@kuochang
Copy link

kuochang commented Sep 9, 2020

There’re missing words... “In IA Writer, press control-R...”:)

@sedm0784
Copy link

sedm0784 commented May 24, 2023

I wrote a blogpost about “iVimClippy”, a shortcut I made to quickly edit my iOS clipboard in iVim.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants