Skip to content

Instantly share code, notes, and snippets.

@nelanka
Last active January 24, 2016 22:42
Show Gist options
  • Save nelanka/2253b12f0038813634ac to your computer and use it in GitHub Desktop.
Save nelanka/2253b12f0038813634ac to your computer and use it in GitHub Desktop.
Vim Commands
  • :e - Edit file (open)
  • :vs - Vertical split
  • :sb - Split buffer (horizontal)
  • :q - Close buffer
  • Ctrl+ww - Switch between windows
  • v - Start visual select. Move cursor to select.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment