[editing] Document key binding ~SPC x y~ and sort them

This commit is contained in:
syl20bnr 2019-05-12 10:59:57 -04:00
parent c2f14a2498
commit 8fa16d19a9
2 changed files with 4 additions and 3 deletions

View File

@ -2840,6 +2840,7 @@ Text related commands (start with ~x~):
| Key binding | Description |
|---------------+---------------------------------------------------------------|
| ~SPC x TAB~ | indent or dedent a region rigidly |
| ~SPC x a &~ | align region at & |
| ~SPC x a (~ | align region at ( |
| ~SPC x a )~ | align region at ) |
@ -2895,7 +2896,7 @@ Text related commands (start with ~x~):
| ~SPC x U~ | set the selected text to upper case |
| ~SPC x w c~ | count the number of occurrences per word in the select region |
| ~SPC x w d~ | show dictionary entry of word from wordnik.com |
| ~SPC x TAB~ | indent or dedent a region rigidly |
| ~SPC x y~ | use avy to copy a link in the frame |
*** Text insertion commands
Text insertion commands (start with ~i~):

View File

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