This site runs best with JavaScript enabled.

What I learned today

Christopher Ueda

November 18, 2019

    Posted under:
  • vim

Topics

Insert Normal Mode and pasting from insert normal mode.

Vim Commands

<C-o> - Insert Normal mode - Perform one command then go back to insert mode.

<C-o>zz - Don't leave insert mode and redraw screen placing the cursor in the middle of the screen.

<C-r>0 - paste from the 0 register while in insert mode.

Share article