mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-04-24 04:29:25 +02:00
14 lines
429 B
Markdown
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 |
|