Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 492 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 492 Bytes

line-mover.vim

A vim pluggin to move lines up or down

Installation

Using vim-plug

Plug 'fredericobenevides/line-mover.vim'

Mappings

The default mappings for this plugin are to move line or up and to move down.

If you want to change the default mapping you can you use theses keys:

" Change to key to move up:
let g:line_mover_key_up = '<C-k>'

" Change to key to move down:
let g:line_mover_key_down = '<C-j>'