Loïc Carr
[normal]
at
to select outer blocksit
to select inter blocks[normal]
g;
jump back to the position of the last changeg,
jump forware to the position of the next change:set paste
to go into paste mode:set nopaste
disable paste mode:b#
go back to previous buffer:sort
to sort lines (can be selected in visual mode):g/^$/d
remove empty lineshttps://github.com/airblade/vim-gitgutter
A Vim plugin which shows a git diff in the gutter (sign column) and stages/undoes hunks.
Some functions added:
Undo Hunk: GitGutterUndoHunk