Vim: vim-unimpaired
The vim-unimpaired plugin adds useful, consistent, and well thought out navigation aids to Vim.
These are the commands that I find useful:
]b
and[b
jump to the next and previous buffer.]q
and[q
jump to the next and previous item in the quickfix list.]l
and[l
jump to the next and previous item in the local list.]<space>
and[<space>
add a blank line after or before this line. Also works with a leading number to create multiple blank lines.]e
abd[e
move this line with the line after or before. Also takes a leading number to move this line multiple lines up or down in the file.
Resources
:help unimpaired