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

32 lines
984 B
Org Mode
Raw Normal View History

#+TITLE: xclipboard layer
2019-05-02 21:49:30 +00:00
#+TAGS: layer|tool
2019-05-07 20:05:06 +00:00
* Table of Contents :TOC_5_gh:noexport:
2018-05-11 04:19:21 +00:00
- [[#description][Description]]
2018-05-19 16:43:48 +00:00
- [[#features][Features:]]
- [[#requirements][Requirements]]
- [[#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.
* Requirements
This layer depends on a few platform-specific command-line tools:
- on OSX, this layer calls =pbcopy=
- on Windows, this layer calls =clip.exe=
- on GNU/Linux systems, this layer relies on =xsel= to be available.
Note that =xsel= might not be installed by default on e.g. Ubuntu systems.
* 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 |