spacemacs/layers/+tools/xclipboard/README.org

21 lines
646 B
Org Mode
Raw Normal View History

#+TITLE: xclipboard layer
* Table of Contents :TOC_4_gh:noexport:
2018-05-11 04:19:21 +00:00
- [[#description][Description]]
2018-05-19 16:43:48 +00:00
- [[#features][Features:]]
2018-05-11 04:19:21 +00:00
- [[#key-bindings][Key Bindings]]
* Description
2018-05-19 16:43:48 +00:00
=xclipboard= integration layer.
** Features:
- adds copy support to the X-clipboard from the terminal.
- adds paste support to the X-clipboard from the terminal.
* Key Bindings
| Key Binding | Description |
|-------------+---------------------------------------------|
| ~SPC x p~ | Paste clipboard contents at cursor position |
2018-05-11 04:19:21 +00:00
| ~SPC x y~ | Copy selection to clipboard |