# `copybuffer` plugin This plugin adds a keybinding that copies the command line buffer contents to the system clipboard. ```zsh plugins=(... copybuffer) ``` ## Features | Keybinding | Command | Description | |------------|----------------|----------------------------------------------------| | `ctrl-o` | `copybuffer` | Copies the command line buffer to system clipboard |