Skip to content

Instantly share code, notes, and snippets.

@g4xx
g4xx / vim.md
Last active December 13, 2019 11:06
cool things with vim

vim stuff

Basic Movement

  • h - Moves the cursor to the left
  • l - Moves the cursor to the right
  • j - Moves the cursor down one line
  • k - Moves the cursor up one line
  • H - Puts the cursor at the top of the screen
  • M - Puts the cursor in the middle of the screen