Skip to content

Move entire line up and down in Vim ( like Ctrl + Shift + Up / Down in other Editors )

License

Notifications You must be signed in to change notification settings

zhenningx/vim-swap-lines

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

vim-swap-lines

Move entire line up and down in Vim ( like Ctrl + Shift + Up / Down in other Editors )

Installation

Vundle

Plugin 'madnight/vim-swap-lines'

also works with Pathogen, NeoBundle, Plug or manual

Usage

Add this to .vimrc after installation:

noremap <silent> <c-up> :call SwapUp()<CR>
noremap <silent> <c-down> :call SwapDown()<CR>

About

Move entire line up and down in Vim ( like Ctrl + Shift + Up / Down in other Editors )

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 100.0%