Common VIM commands

An overview of common vim commands, including:

  • windows
  • buffers
  • undo/redo
  • navigation
  • bookmarks
  • selection/whitespace
  • clipboard shortcuts
  • search/replace
  • programming
  • external filters

Also see this German command list Show archive.org snapshot .

Useful

  • toggle syntax highlighting: :syntax on|off
Dominik Schöler