https://github.com/reichtumqian/vim-anywhere-windows
Use Vim anywhere in Windows.
https://github.com/reichtumqian/vim-anywhere-windows
neovim vim
Last synced: 2 months ago
JSON representation
Use Vim anywhere in Windows.
- Host: GitHub
- URL: https://github.com/reichtumqian/vim-anywhere-windows
- Owner: ReichtumQian
- License: mit
- Created: 2024-11-20T01:15:03.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-20T05:01:25.000Z (over 1 year ago)
- Last Synced: 2025-01-22T19:48:47.374Z (over 1 year ago)
- Topics: neovim, vim
- Language: PowerShell
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This repository is an updated version of [rahuliyer95's version](https://github.com/rahuliyer95/vim-anywhere), specifically tailored for Windows.
## Installation
**Requirements**:
1. AutoHotKey v2.
2. Your preferred text editor.
**Installation**:
1. Download the ZIP file of this repo and extract its contents to a folder.
2. (Optional) Add your editor to `PATH` environment variable.
3. Update the `VimPath` variable in `run.ps1` to point to your editor's executable path.
4. Execute the `vim-anywhere.ahk` script.
## How to use
1. (Optional) Select the text you want to edit.
2. Press `Ctrl + Alt + V` to open your editor and paste the selected text.
3. Edit the text and save the changes.
4. 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`.
## Licenses
MIT.