Skip to content

sandermarechal/emptylines

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

EmptyLines

A quick VIM plugin for adding/removing empty lines around code. Install it using Vundle. Example configuration:

nnoremap <silent> <Up> :call DelEmptyLineAbove()<CR>
nnoremap <silent> <Down> :call AddEmptyLineAbove()<CR>
nnoremap <silent> <C-Up> :call DelEmptyLineBelow()<CR>
nnoremap <silent> <C-Down> :call AddEmptyLineBelow()<CR>

About

Add/remove empty lines with vim

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages