spacemacs/layers/+tools/xclipboard
Anton-Latukha f6660f82d4
Switch to the new layers generator
2019-05-15 21:08:21 +03:00
..
local/spacemacs-xclipboard Move xclipboard to a local package 2018-05-11 00:20:14 -04:00
README.org Switch to the new layers generator 2019-05-15 21:08:21 +03:00
packages.el xclipboard: Fix keybindings for copy and page 2018-05-11 10:25:52 -04:00

README.org

xclipboard layer

Description

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