Loïc Carr
[normal]
at
to select outer blocksit
to select inter blocksg;
jump back to the position of the last changeg,
jump forware to the position of the next changeg*
/ g#
search partial matches under the cursor.m[a-z]
set mark (file only)m[A-Z]
set mark (across files)'[A-z]
jump to mark'.
jump to last edited location'.
jump to last insert mode: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