spacemacs/doc
duianto 94585331ce Replace move-text with drag-stuff
Just like: https://github.com/emacsfodder/move-text

https://github.com/rejeep/drag-stuff.el
also drags one or more (region) lines up or down.

But it also allows for dragging left and right (across end of lines):
- a word: changing place with the next or previous word.
- a region: moving it one character at a time to the left or right.

Added a new key binding: `SPC x .`
that opens the:
```
Drag Stuff Transient State
[k/K] up    [h/H] left   [q] quit
[j/J] down  [l/L] right
```

The `move-text` package isn't removed, even though it isn't used anymore in
Spacemacs.

Because the `evil-unimpaired` elpa directory is generated from the local
Spacemacs `evil-unimpaired.el` file.
https://github.com/syl20bnr/spacemacs/blob/develop/layers/%2Bspacemacs/spacemacs-evil/local/evil-unimpaired/evil-unimpaired.el

Therefore the `evil-unimpaired` key bindings `[e` and `]e` still call the
`move-text` commands.

Until the `evil-unimpaired` elpa directory has been removed and regenerated by
restarting Spacemacs.

Then they will call the new `drag-stuff` commands.

I don't know if/when the `move-text` package can be removed in the future.
2021-03-14 00:29:46 +01:00
..
img Change all references of micro-state in codebase to transient-state 2016-01-31 23:04:47 -05:00
BEGINNERS_TUTORIAL.org documentation formatting: Sat Oct 3 18:54:32 UTC 2020 2020-10-03 22:24:57 +03:00
CONVENTIONS.org Fix typo "verbose" -> "verbatim" 2019-12-06 12:31:32 +01:00
DOCUMENTATION.org Replace move-text with drag-stuff 2021-03-14 00:29:46 +01:00
FAQ.org FAQ on including _ in words for `*` searches 2021-03-14 00:15:24 +01:00
LAYERS.org [doc] Fix some trivial typos in latest additions 2020-12-30 21:04:47 +01:00
QUICK_START.org Add a tutorials section to SPC h T 2019-07-07 11:34:16 +02:00
VIMUSERS.org documentation formatting: Sat Jul 18 20:49:09 UTC 2020 2020-07-18 22:54:28 +02:00