I visited another city and forgot to bring my laptop. A friend offered to let me use his Windows 10 account, but without installing anything (including cygwin from a non-administrator account). It's a non-administrator account on a very locked-down machine with USB ports disabled -- not that I have a mem stick or a means of putting vim on it.
I found several online webpages offering vim functionality, either by spinning up a VM or providing a JavaScript port of vim.
https://www.onworks.net/programs/vim-online
- Right-click on desktop, choose to open a terminal, then type
vi
- Right-click on desktop, choose to open a terminal, then type
I tried "yanking" text from editted buffer (y command), copying to vim's idea of the system clipboard (register *). Unfortunately, the text doesn't actually get copied to the system clipboard of my friend’s non-administrator acount on Windows 10. In Notepad.exe, ctrl+v pastes content that was copied from a previous "copy" action in Windows, not the yanked text.
Because of the above, I will not be able to retrieve anything from an editted buffer. Is there an online vim editor that synchronizes the system clipboard with that of the OS on which the browser is running?
I did not explore the above VM option of sending the buffer contents via email or upload it to the cloud. This is because I don't want to enter login information from the VM.
*.exefiles should be run, so I think I'm back to looking for an online Vim. Thanks anyway! – user2153235 Oct 11 '21 at 03:45vim-win32-installergithub page. Those are official patch releases. You could also try to download the release 8.2, but that is already quiet old, so I would go with an up-to-date vim release – Christian Brabandt Oct 11 '21 at 07:21*.exefiles, I think I am stucking using Notepad. I will make one last stab at finding an online vim that synchronizes register*with the local cut/paste clipboard. – user2153235 Oct 11 '21 at 17:18