Thanks to visit codestin.com
Credit goes to github.com

Skip to content

theniceboy/vim-move

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

110 Commits
 
 
 
 
 
 
 
 

Repository files navigation

move lines

Normal:

<A-e>   Move current line/selection up
<A-u>   Move current line/selection down

Visual:

<A-l>   Move current line/selection up
<A-y>   Move current line/selection down

vim-vertical-move demo

Customization

Use g:move_key_modifier to set a custom modifier for key bindings. For example,

let g:move_key_modifier = 'C'

which will make the modifier the control key

Normal:

<C-e>   Move current line/selection up
<C-u>   Move current line/selection down

Visual:

<C-l>   Move current line/selection up
<C-y>   Move current line/selection down

And so on...

License

This plugin is licensed under MIT license.

About

Colemak version of vim-move

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vim Script 100.0%