This repository is an updated version of rahuliyer95's version, specifically tailored for Windows.
Requirements:
- AutoHotKey v2.
- Your preferred text editor.
Installation:
- Download the ZIP file of this repo and extract its contents to a folder.
- (Optional) Add your editor to
PATH
environment variable. - Update the
VimPath
variable inrun.ps1
to point to your editor's executable path. - Execute the
vim-anywhere.ahk
script.
- (Optional) Select the text you want to edit.
- Press
Ctrl + Alt + V
to open your editor and paste the selected text. - Edit the text and save the changes.
- The edited text will be automatically copied to the clipboard.
To continuously copy the edited text without exiting the editor, use keep_copy.ps1
instead of run.ps1
.
MIT.