An open API service indexing awesome lists of open source software.

https://github.com/manateelazycat/move-text

Move current line or region
https://github.com/manateelazycat/move-text

Last synced: 8 months ago
JSON representation

Move current line or region

Awesome Lists containing this project

README

          

# What is move-text.el ?
Move current line or region.

## Installation
Clone or download this repository (path of the folder is the `` used below).

In your `~/.emacs`, add the following two lines:
```Elisp
(add-to-list 'load-path "") ; add move-text to your load-path
(require 'move-text)
```

## Usage
Bind your favorite key to functions:

| Function | Description |
| :-------- | :---- |
| move-text-up | Move current line or region up |
| move-text-down | Move current line or region down |