mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-01 04:30:37 +02:00
Improve README with description
This commit is contained in:
parent
d509d42895
commit
816dd51d7f
1 changed files with 5 additions and 8 deletions
|
|
@ -1,14 +1,11 @@
|
||||||
# `copybuffer` plugin
|
# `copybuffer` plugin
|
||||||
|
|
||||||
This plugin adds a keybinding that copies the command line buffer contents to
|
This plugin adds a keybinding that copies the text that is currently typed in
|
||||||
the system clipboard.
|
the command line (the buffer) to the system clipboard.
|
||||||
|
|
||||||
|
This is useful if you type a command - and before you hit enter to execute it - want
|
||||||
|
to copy it maybe so you can paste it into a script, gist or whatnot.
|
||||||
|
|
||||||
```zsh
|
```zsh
|
||||||
plugins=(... copybuffer)
|
plugins=(... copybuffer)
|
||||||
```
|
```
|
||||||
|
|
||||||
## Features
|
|
||||||
|
|
||||||
| Keybinding | Command | Description |
|
|
||||||
|------------|----------------|----------------------------------------------------|
|
|
||||||
| `ctrl-o` | `copybuffer` | Copies the command line buffer to system clipboard |
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue