From b50afb465189894af32734ab7ede54d0cf4693d9 Mon Sep 17 00:00:00 2001 From: Shougo Matsushita Date: Fri, 15 Apr 2016 19:59:10 +0900 Subject: clipboard: support "lemonade" tool --- runtime/doc/nvim_clipboard.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'runtime/doc') diff --git a/runtime/doc/nvim_clipboard.txt b/runtime/doc/nvim_clipboard.txt index 1183ad7a3c..258fc550f8 100644 --- a/runtime/doc/nvim_clipboard.txt +++ b/runtime/doc/nvim_clipboard.txt @@ -22,6 +22,8 @@ is found in your `$PATH`. - xclip - xsel (newer alternative to xclip) - pbcopy/pbpaste (only for Mac OS X) +- lemonade (useful for SSH machine) + https://github.com/pocke/lemonade The presence of a suitable clipboard tool implicitly enables the '+' and '*' registers. -- cgit