Skip to content

fredericobenevides/line-mover.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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>'

About

A vim pluggin to move lines up or down

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published