Releases: matze/vim-move
Releases · matze/vim-move
vim-move 1.3
- Add g:move_auto_indent option to en-/disable auto indentation
- Do not modify readonly buffers
- Silence :move commands to avoid first-time errors on read-only files.
vim-move 1.2
- Add key modifier for bindings (@vitalk)
- Use
<A-j>
and <A-k>
in normal and visual mode (@vitalk)
- Add
Move{Block,Line}HalfPage{Up,Down}
to move text in larger increments.
vim-move 1.1
This release contains minor bug fixes.