Do not follow this link

~dermetfan/move-line.kak

Backup of alexherbo2/move-line.kak (history lost)

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~dermetfan/move-line.kak
read/write
git@git.sr.ht:~dermetfan/move-line.kak

You can also use your local clone with git send-email.

#move-line.kak

Kakoune plugin to move lines without xdp.

#Installation

Add move-line.kak to your autoload or source it manually.

require-module move-line

#Usage

Move selected lines with move-line-below and move-line-above.

#Configuration

map global normal <down> ': move-line-below<ret>'
map global normal <up> ': move-line-above<ret>'
Do not follow this link