]> src.twobees.de Git - dotfiles.git/blob - stow/oh-my-zsh/.oh-my-zsh/plugins/copybuffer/README.md
initial
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / copybuffer / README.md
1 # `copybuffer` plugin
2
3 This plugin adds the <kbd>ctrl-o</kbd> keyboard shortcut to copy the current text
4 in the command line to the system clipboard.
5
6 This is useful if you type a command - and before you hit enter to execute it - want
7 to copy it maybe so you can paste it into a script, gist or whatnot.
8
9 ```zsh
10 plugins=(... copybuffer)
11 ```