diff options
author | wzy <32936898+Freed-Wu@users.noreply.github.com> | 2024-09-02 20:43:23 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-02 05:43:23 -0700 |
commit | 60ea0467411d8452b0af75836aec377cbe781fbc (patch) | |
tree | b9dee8ef055b9a3b131a9afc08bf293b52b3c230 /runtime/doc | |
parent | a8fc799e8bdd62b277de771ad80089dd58fbbeba (diff) | |
download | rneovim-60ea0467411d8452b0af75836aec377cbe781fbc.tar.gz rneovim-60ea0467411d8452b0af75836aec377cbe781fbc.tar.bz2 rneovim-60ea0467411d8452b0af75836aec377cbe781fbc.zip |
feat(clipboard): try cygutils, clip on Windows #30215
Diffstat (limited to 'runtime/doc')
-rw-r--r-- | runtime/doc/provider.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/doc/provider.txt b/runtime/doc/provider.txt index c43110790a..f1b0daee76 100644 --- a/runtime/doc/provider.txt +++ b/runtime/doc/provider.txt @@ -194,6 +194,8 @@ registers. Nvim looks for these clipboard tools, in order of priority: - lemonade (for SSH) https://github.com/pocke/lemonade - doitclient (for SSH) https://www.chiark.greenend.org.uk/~sgtatham/doit/ - win32yank (Windows) + - putclip, getclip (Windows) https://cygwin.com/packages/summary/cygutils.html + - clip, powershell (Windows) https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/clip - termux (via termux-clipboard-set, termux-clipboard-set) - tmux (if $TMUX is set) |