- g+i insert at the end of last change
- Insert Mode: C-o
command
execute command
and return to Insert Mode
- g+J: like "J", but without inserting spaces
:reg {arg}
show the contents of registers mentioned in {arg}, using spaces to separate multiple args
- Y, g+g: yank N lines into a register
- ]+p: like p, but adjust indent to current line
- [+p: like P, but adjust indent to current line
- g+p: like p, but leave cursor after the new text
- g+P: like P, but leave cursor after the new text
- u undo last change
- C-r redo last change
- U restore last changed line