link-hint: bind link-hint-copy-link to SPC x y

Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
William Casarin 2019-05-09 00:31:19 -07:00 committed by duianto
parent 697d3b88ac
commit 42d6e143fc
3 changed files with 3 additions and 1 deletions

View File

@ -769,6 +769,7 @@ Other:
- ~z~ calls =recenter-top-bottom=
- ~q~ exits the transient state
(thanks to kenkangxgwe)
- Added =link-hint-copy-link= to ~SPC x y~ (thanks to William Casarin)
- Improvements:
- Rewrote window layout functions for ~SPC w 1~, ~SPC w 2~, ~SPC w 3~, and
~SPC w 4~ (thanks to Codruț Constantin Gușoi):

View File

@ -17,7 +17,7 @@ This layer adds packages to improve editing with Spacemacs.
- Support for editing files in hex format via =hexl=.
- Deletion of consecutive horizontal whitespace with a single key
via =hungry-delete=.
- Support for selecting and opening links using =avy= via =link-hint=.
- Support for selecting, copying and opening links using =avy= via =link-hint=.
- Adding of sample text via =lorem-ipsum=.
- Transient state for moving text via =move-text=.
- Support for folding of code via =origami=.

View File

@ -184,6 +184,7 @@
:init
(spacemacs/set-leader-keys
"xo" 'link-hint-open-link
"xy" 'link-hint-copy-link
"xO" 'link-hint-open-multiple-links)))
(defun spacemacs-editing/init-lorem-ipsum ()