Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

VIM with Google Docs? [closed]

Tags:

I finally got around to teaching myself VIM and am really liking it. I was wondering if anyone here knew of a way to set up my Google Docs to support the VIM commands?

like image 997
ShowLove Avatar asked Mar 01 '14 00:03

ShowLove


People also ask

Can I use vim in Google Docs?

You can submit your request for vim mode editing by opening a Docs document and going to Help > Help Docs improve.

How do you use markdown in Google Docs?

Here's how it works. Click Tools in the menu bar, then click Preferences. You'll find the option to Automatically detect Markdown. Finally, you can quickly create new headlines by starting a new line with a pound sign followed by a space.

How do I clear my doc cache?

Clear Document CacheStep 1: Open Google Drive, Docs, Slides, or Sheets. Next, pull out the app menu (tap three-stacked lines on the upper-left corner), and then tap Settings. Step 2: Under the Documents Cache section, tap Clear Cache. Next, tap OK to confirm.


1 Answers

Best I can find is GoogleCL which will let you edit a Google Doc from the command line.

google docs edit --title "My Document" --editor vim

Unfortunately I got a 503 error when I attempted to use this tool on a new file. Editing an existing doc worked.

like image 79
LeftoverPi Avatar answered Sep 27 '22 19:09

LeftoverPi