From e0f5e9d0c004c6f5e88429328880c2c3c3aa2041 Mon Sep 17 00:00:00 2001 From: Kutsan Kaplan Date: Fri, 27 Oct 2017 20:46:19 +0300 Subject: Add demonstration GIF --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b7c96b0..336bebf 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ Zsh plugin that adds key bindings support for ZLE (Zsh Line Editor) clipboard operations for vi emulation keymaps. It works under Linux, macOS and Android (via Termux). +![Demonstration](https://i.imgur.com/LyL0GfQ.gif) + By default, ZLE has its own clipboard buffer. So, using keys like y when ZLE's normal mode for yanking operations will not send that yanked text to system clipboard. It will live inside ZLE and using C-v won't paste that text in another program. This plugin synchronize your system clipboard with ZLE buffers while it's not overriding anything. You can still use ZLE's " register if you want to. It also synchronize [tmux](https://github.com/tmux/tmux) clipboard buffers if tmux available and the `ZSH_SYSTEM_CLIPBOARD_TMUX_SUPPORT` variable is set to `'true'`. See "Options" section for more details. -- cgit v1.2.1