Skip to content

Instantly share code, notes, and snippets.

@gabamnml
Created April 5, 2012 03:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gabamnml/2307690 to your computer and use it in GitHub Desktop.
Save gabamnml/2307690 to your computer and use it in GitHub Desktop.
List of commands for Vim
// Split window on open file
:split filetoopen.py or vertical :vsplit sistema.py
// For navigate on windows intances
Ctrl+w+Arrows or Ctrl+ww
// Show numbers on lines
:set number
// Search & replace
/keyword or reverse search ?keyword
have to replace
:s/keyword/keywordreplace/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment