Skip to content

Instantly share code, notes, and snippets.

@Ricordel
Created March 12, 2012 22:58
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 Ricordel/2025251 to your computer and use it in GitHub Desktop.
Save Ricordel/2025251 to your computer and use it in GitHub Desktop.
Vim cheat-sheet of the moment
gf : ouvrir le fichier sous le curseur
[<Tab> : Aller à la définition du symbole dans le header
:Mru : liste des derniers fichiers utilisés, priceless
Ce que je veux dans ma barre de statut
- nom du fichier
- modified flag
- RO flag
- type du fichier
- quickfix list (=> last_test_passed)
- buffer number
- line number / total lines
- col number / total columns
- Pourcentage à travers le fichier
- Tag courant (à ajouter à tagbar)
- Type sous le curseur (à ajouter dand clang_complete si possible)
- paste-mode on ?
- un truc qui crie et clignote si c'est pas de l'utf-8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment