spacemacs/layers/+tools/xclipboard
Alex Palaistras 70c1737c44 xclipboard: Fix keybindings for copy and page
This commit switches the keybindings for `xclipboard-copy` and `xclipboard-paste` to `SPC x y` and
`SPC x p` respectively, as it appears these were incorrectly assigned the other way around.
2018-05-11 10:25:52 -04:00
..
local/spacemacs-xclipboard Move xclipboard to a local package 2018-05-11 00:20:14 -04:00
packages.el xclipboard: Fix keybindings for copy and page 2018-05-11 10:25:52 -04:00
README.org Move xclipboard to a local package 2018-05-11 00:20:14 -04:00

xclipboard layer

Description

This layer adds copy/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