spacemacs/layers/+tools/xclipboard
Chris Glass 6b03fefe17 [xclipboard] Update README.org
A simple edit adding documentation about the various platform-specific programs
this layers interacts with.
2019-04-24 00:10:56 +02:00
..
local/spacemacs-xclipboard
packages.el xclipboard: Fix keybindings for copy and page 2018-05-11 10:25:52 -04:00
README.org [xclipboard] Update README.org 2019-04-24 00:10:56 +02:00

xclipboard layer

Description

xclipboard integration layer.

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.

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
SPC x y Copy selection to clipboard