ohmyzsh/plugins/copybuffer/README.md
2016-09-21 17:02:11 -07:00

14 lines
429 B
Markdown

# `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 |